mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
Fix regexp in AMAVIS_NAME to detect amavis log lines. Thanks to enekux for the report.
This commit is contained in:
parent
5315f4ec14
commit
e43a96c25d
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ URL_SORTABLE sorttable.js
|
|||
|
||||
# Syslog name of Amavis. Syslog write it to maillog with the pid as follow:
|
||||
# ... amavis[1234] ... This is required to only parse relevant logged lines
|
||||
AMAVIS_NAME amavis|maiad
|
||||
AMAVIS_NAME \\/usr\\/sbin\\/amavisd-new|amavis|maiad
|
||||
|
||||
# Path to SMTP error code file (relative to the CGI directory)
|
||||
# Default: lang/ERROR_CODE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue