mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
Ignore opendkim message
We only care about messages regarding the validity of incoming mail.
This commit is contained in:
parent
13d8e867a2
commit
88733f3d0e
@ -146,7 +146,7 @@ class PostfixLogHandler(CommonHandler):
|
||||
self.re_opendkim_ssl = re.compile('opendkim\[\d+\]: ([A-F0-9]+):(.*) SSL ?(.*)')
|
||||
# 1=postfix_msg_id
|
||||
# 2=error-msg
|
||||
self.re_opendkim_error = re.compile('opendkim\[\d+\]: ([A-F0-9]+): (.*)')
|
||||
self.re_opendkim_error = re.compile('opendkim\[\d+\]: ([A-F0-9]+): (?!DKIM-Signature field added)(.*)')
|
||||
|
||||
# 7. opendmarc: POSTFIX-MSG-ID: result: [pass/fail]
|
||||
# Dec 6 08:21:33 mail opendmarc[729]: DD95A1F796 ignoring Authentication-Results at 18 from mx.google.com
|
||||
|
Loading…
Reference in New Issue
Block a user