mirror of https://github.com/mikaku/Monitorix.git
small fix. #102
This commit is contained in:
parent
5e6218fff7
commit
8884842845
|
@ -402,8 +402,7 @@ sub mail_update {
|
|||
# postgrey
|
||||
if(lc($mail->{greylist}) eq "postgrey") {
|
||||
if(/ Recipient address rejected: Greylisted, /) {
|
||||
$gl_greylisted++;
|
||||
next;
|
||||
next; # line ignored
|
||||
}
|
||||
}
|
||||
$rbl++;
|
||||
|
|
Loading…
Reference in New Issue