bayes: synced databases from journal in 0 seconds: 811 unique entries (1420 total entries)
There is a bug report filed about it here but the solution didn't help me.
The file responsible for generating this message is /usr/sbin/amavisd-new-cronjob. I was able to stop the annoying messages by changing line 26 from:
exec ${CMD}to
exec ${CMD} >/dev/null 2>&1While this may clobber useful error messages as well, my care factor is low after being spammed so much.
3 comments:
Thanks Mike - just googled this issue and found your post!
Thanks for sharing your wisdom as always!
I was having this issue as well, and this post fixed it - many thanks :)
I found this page via Google when I had the same problem after updating spamassassin and couldn't remember how I fixed it in the older version. I wasn't happy about discarding all output so I figured out why it was happening and fixed it again, and this time I posted the patch as a comment on the bug you linked to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/165184/comments/28
Hopefully I'll remember I did that when the next spamassassin upgrade comes out and the emails start coming again :-)
Post a Comment