mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-05 00:27:25 +00:00
Fix regexp: \d => [0-9]
This commit is contained in:
parent
d68a89af61
commit
b6ba3a054c
@ -106,7 +106,7 @@ detect_syslog_error() {
|
|||||||
/status=(bounced|deferred|undeliverable)/ { exit 1 }
|
/status=(bounced|deferred|undeliverable)/ { exit 1 }
|
||||||
/warning:/ && /spamhaus\.org: RBL lookup error:/ { exit 2 }
|
/warning:/ && /spamhaus\.org: RBL lookup error:/ { exit 2 }
|
||||||
!/postfix\/qmgr/ && /warning:/ { exit 1 }
|
!/postfix\/qmgr/ && /warning:/ { exit 1 }
|
||||||
/named\[\d+\]:.* receive error: .*: connection reset/ { exit 2 }
|
/named\[[0-9]+\]:.* receive error: .*: connection reset/ { exit 2 }
|
||||||
/(fatal|reject|error):/ { exit 1 }
|
/(fatal|reject|error):/ { exit 1 }
|
||||||
/Error in / { exit 1 }
|
/Error in / { exit 1 }
|
||||||
/Exception on / { exit 1 }
|
/Exception on / { exit 1 }
|
||||||
|
Loading…
Reference in New Issue
Block a user