Yesterday MrC said:
> Mark Martinec wrote:
> >
> > Seems the only one that is actively maintained is the logwatch:
> > http://www.mikecappella.com/logwatch/
> >
>
> Benedict - feel free to drop me a line if you have questions or
> improvement requests. I have just made some recent experimental changes
> in the summary presentation, and am looking for feedback on that in
> particular.
>
Here's a couple of tweaks needed to quiet down the unmatched noise a bit:
--- amavis-logwatch.orig 2007-09-17 21:07:47.000000000 -0700
+++ amavis-logwatch 2007-09-21 09:43:46.000000000 -0700
@@ -458,6 +458,10 @@
or ($p1 =~ /^updating snmp variables/)
or ($p1 =~ /^best_try_originator_ip/)
or ($p1 =~ /^best_try_originator_ip/)
+ or ($p1 =~ /^mail checking ended: /) # log level 2
+ or ($p1 =~ /^AM.PDP /) # this appears to be always two spaces
+ # because in amavisd::preprocess_policy_query() when $ampdp is
+ # set, it will pass an unset $attr_ref->{'mail_id'} to do_log(1
# non-begin anchored
or ($p1 =~ /email.txt no longer exists, can't re-use it/)
Thanks!
../C
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/