Don't autorespond to Communigate autoresponses

Signed-off-by: Sven Strickroth <email@cs-ware.de>
pull/148/head
Sven Strickroth 6 years ago
parent 2f7d3d9534
commit 7cb36bc0b2

@ -601,6 +601,7 @@ while (<STDIN>) {
elsif (/^(x\-(anti|avas\-)?virus\-status):\s+(infected)/i) { $logger->debug("$1: $3 found; exiting"); exit (0); }
elsif (/^(x\-(avas\-spam|spamtest|crm114|razor|pyzor)\-status):\s+(spam)/i) { $logger->debug("$1: $3 found; exiting"); exit (0); }
elsif (/^(x\-osbf\-lua\-score):\s+[0-9\/\.\-\+]+\s+\[([-S])\]/i) { $logger->debug("$1: $2 found; exiting"); exit (0); }
elsif (/^x\-autogenerated:\s*reply/i) { $logger->debug('x-autogenerated found; exiting'); exit (0); }
else {$lastheader = '' ; }
}

Loading…
Cancel
Save