diff --git a/lib/mail.pm b/lib/mail.pm index 9c84f92..2b365a3 100644 --- a/lib/mail.pm +++ b/lib/mail.pm @@ -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++;