Same problem as in #13
NOQUEUE: reject doesn't parse in rethinkbd.
Example line from postfix.log:
Jul 07 13:42:53 mailserver postfix/smtpd[2694213]: NOQUEUE: reject: RCPT from ip87-106-67-224.pbiaas.com[87.106.67.224]: 554 5.7.1 Service unavailable; Client host [87.106.67.224] blocked using truncate.gbudb.net; http://www.gbudb.com/truncate/ [87.106.67.224]; from=<bernadine@ip87-106-67-224.pbiaas.com> to=<email@address> proto=ESMTP helo=<helo>
As I can see, regex expression from parser.py is working fine, but no NOQUEUE: reject messages goes into database at all.
Debian Bookworm, Postfix 3.7.11-0+deb12u1, mta-log-parser is dockerized.
Same problem as in #13
NOQUEUE: reject doesn't parse in rethinkbd.
Example line from postfix.log:
Jul 07 13:42:53 mailserver postfix/smtpd[2694213]: NOQUEUE: reject: RCPT from ip87-106-67-224.pbiaas.com[87.106.67.224]: 554 5.7.1 Service unavailable; Client host [87.106.67.224] blocked using truncate.gbudb.net; http://www.gbudb.com/truncate/ [87.106.67.224]; from=<bernadine@ip87-106-67-224.pbiaas.com> to=<email@address> proto=ESMTP helo=<helo>As I can see, regex expression from parser.py is working fine, but no NOQUEUE: reject messages goes into database at all.
Debian Bookworm, Postfix 3.7.11-0+deb12u1, mta-log-parser is dockerized.