Fwd: Logwatch patches
"Kirk Bauer" <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
---------- Forwarded message ---------- From: "Noel (Sourceforge)" <[email protected]> Date: Fri, 09 Nov 2007 19:22:44 +1000 Subject: Logwatch patches To: [email protected] Hi Kirk, Please find attached 2 patches for logwatch. The MailScanner patch adds an inclusion for extra printout MailScanner does now in relation to SpamAssassins working directory. The Sendmail patch includes tests for those running Milter-Regex. Cheers -- Kirk Bauer <[email protected]> http://linux.kaybee.org | www.logwatch.org Author, Automating UNIX & Linux Administration _______________________________________________ Logwatch-Devel mailing list [email protected] http://www2.list.logwatch.org:81/mailman/listinfo/logwatch-devel
logwatch-milter-regex.patch
(text/x-patch, 501 B)
--- sendmail 2007-11-02 08:18:40.000000000 +1000
+++ sendmail.new 2007-11-02 08:17:09.000000000 +1000
@@ -373,6 +373,7 @@
( $ThisLine =~ /^Milter message: body replaced$/ ) or
# file=milter.c, LogLevel>9, LOG_INFO
( $ThisLine =~ /^Milter accept: message$/ ) or
+ ( $ThisLine =~ /^Milter: helo=.*/ ) or
# file=milter.c, LogLevel>9, LOG_INFO
#( $ThisLine =~ /^Milter \(\w*\): init success to / ) or
# milter name may contain none \w symbols such as hyphen
logwatch-mailscanner-sa-wkdir.patch
(text/x-patch, 720 B)
--- /mnt/tmp/image/usr/share/logwatch/scripts/services/mailscanner 2006-12-20 03:32:20.000000000 +1000
+++ mailscanner 2007-10-22 10:33:51.000000000 +1000
@@ -73,6 +73,7 @@
( $ThisLine =~ m/Rebuilding SpamAssassin Bayes database/ ) or
( $ThisLine =~ m/Skipping SpamAssassin while waiting for Bayes/ ) or
( $ThisLine =~ m/Enabling SpamAssassin auto-whitelist functionality/ ) or
+ ( $ThisLine =~ m/SpamAssassin temporary working directory is \S+/) or
( $ThisLine =~ m/Bayes database rebuild is due/ ) or
( $ThisLine =~ m/Content Checks: Detected and will convert|disarm HTML/ ) or
( $ThisLine =~ m/Content Checks: Detected and have disarmed HTML message/ ) or