Curtis Doty wrote:
> 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
>
Thanks Curtis. I also see there was a duplicate ignore line, which I've
removed.
>> Mark Martinec wrote:
>> + or ($p1 =~ /^AM.PDP /) # this appears to be always two spaces
> ^^^
>> or ($p1 =~ /email.txt no longer exists, can't re-use it/)
> ^^^
Thanks Mark.
All fixed in version 1.48.25
Mike
-------------------------------------------------------------------------
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/