amavis script patch
Ivana Varekova <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
I'm going through fedora logwatch patches and this one is not in upstream branch so I'm sending it here. Ivana Varekova _______________________________________________ Logwatch-Devel mailing list [email protected] http://www2.list.logwatch.org:81/mailman/listinfo/logwatch-devel
amavis.patch
(text/x-patch, 1001 B)
diff -up ./amavis.orig ./amavis
--- ./amavis.orig 2008-12-16 10:27:19.000000000 +0100
+++ ./amavis 2008-12-16 10:34:26.000000000 +0100
@@ -98,6 +98,11 @@ while (defined($ThisLine = <STDIN>)) {
or ($ThisLine =~ /^p\d+ \d+(\/\d+)* Content-Type: /)
or ($ThisLine =~ /^Requesting (a |)process rundown after [0-9]+ tasks/)
or ($ThisLine =~ /^NOTICE: Not sending DSN, spam level [0-9.]+ exceeds DSN cutoff level/)
+ or ($ThisLine =~ /skip local delivery\([0-9]\): <> -> <(spam|bad-header|banned|virus)-quarantine>*/)
+ or ($ThisLine =~ /config files read: .*amavisd.conf/)
+ or ($ThisLine =~ /mangling by .* \([0-9]\) done, new size: [0-9]*, orig [0-9]* bytes/)
+ or ($ThisLine =~ /mangling by: [0-9], <.*>/)
+ or ($ThisLine =~ /mangling YES: [0-9] \(orig: [0-9]\), discl_allowed=.*, <.*> -> <.*>/)
or ($ThisLine =~ /^starting. amavisd at/) ) {
# We don't care about these
} elsif ($ThisLine =~ /^Passed( CLEAN)?, /) {