Marc SCHAEFER <schae...@alphanet.ch> writes: > Package: nullmailer > Version: 1:2.2-3 > > In buster, nullmailer now seems to report as nullmailer-send in syslog: > > Jul 28 08:02:08 falken nullmailer-send[586]: Trigger pulled. > Jul 28 08:02:08 falken nullmailer-send[586]: Rescanning queue. > Jul 28 08:02:08 falken nullmailer-send[586]: Starting delivery, 1 > message(s) in queue. > Jul 28 08:02:08 falken nullmailer-send[586]: Starting delivery: [ ... ] > > thus > > sed --in-place 's/nullmailer/nullmailer-send/' > /etc/logcheck/ignore.d.server/nullmailer > > is required (and maybe everywhere else). > > Also some more lines needs filtering (e.g. Message-Id: <.+>) and the order in > Starting delivery > changed.
Thanks for the report and the patch. I saw a few issues in testing it. One is that the test for Message-Id needs to be case insensitive (at least w.r.t Id) for my setup. The other thing I noticed is that nullmailer-send is a bit chattier for me. I have lines of the form Jul 28 22:12:08 rocinante nullmailer-send[30788]: From: <sender> to: <recipient> That doesn't seem to be specific to my configuration, but I thought I should check before adding another regex. Do you not have such lines? Do you actually want them in the logcheck output? d