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
|
# postgrey
|
||||||
if(lc($mail->{greylist}) eq "postgrey") {
|
if(lc($mail->{greylist}) eq "postgrey") {
|
||||||
if(/ Recipient address rejected: Greylisted, /) {
|
if(/ Recipient address rejected: Greylisted, /) {
|
||||||
$gl_greylisted++;
|
next; # line ignored
|
||||||
next;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$rbl++;
|
$rbl++;
|
||||||
|
|
Loading…
Reference in New Issue