alerta-contrib/integrations/syslog/parsers/MailLogParser.py
2015-01-26 11:55:20 +00:00

3 lines
No EOL
129 B
Python

# Suppress Postfix error
if 'error: open database /etc/postfix/virtual.db: No such file or director' in text:
suppress = True