This commit is contained in:
Jordi Sanfeliu 2017-07-06 13:06:04 +02:00
parent 5e6218fff7
commit 8884842845
1 changed files with 1 additions and 2 deletions

View File

@ -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++;