mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
Remove some postfix/postscreen information from reject report. Thanks to daks-ua for the report.
This commit is contained in:
parent
123162a63b
commit
0311e04e9e
1 changed files with 3 additions and 0 deletions
|
|
@ -453,6 +453,9 @@ sub parse_sendmail
|
|||
# POSTFIX temporary blacklist/whitelist messsage
|
||||
} elsif ($str =~ m#^(PASS OLD|PASS NEW|WHITELISTED|BLACKLISTED)#i) {
|
||||
return;
|
||||
# POSTFIX: Skip postscreen messages
|
||||
} elsif ($str =~ m#^(WHITELIST VETO|BARE NEWLINE)#i) {
|
||||
return;
|
||||
# POSTFIX pregreet test
|
||||
} elsif ($str =~ m#^(PREGREET|HANGUP)#i) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue