MailScanner patch agains 7.3.6
Hugo van der Kooij <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Here is a patch against the MailScanner parser of 7.3.6:
--- mailscanner-7.3.6 2007-05-20 02:24:33.000000000 +0200
+++ mailscanner 2007-08-31 21:36:40.000000000 +0200
@@ -103,6 +103,8 @@
#IPBlocking -mgt
( $ThisLine =~ m/^Initialising IP blocking/ ) or
( $ThisLine =~ m/^Closing down IP blocking/ ) or
+ ( $ThisLine =~ m/Whitelist refresh time reached/ ) or
+ ( $ThisLine =~ m/Skipping sender of precedence list/ ) or
( $ThisLine =~ m/^Read \d+ IP blocking entries from/ ) or
#This for Kaspersky I guess it is duplicated by Content checks, remove if not -mgt
( $ThisLine =~ m/^\/var\/spool\/MailScanner\/incoming\/.+SUSPICION/ )
Regards,
Hugo.
--
[email protected] http://hugo.vanderkooij.org/
This message is using 100% recycled electrons.
Some men see computers as they are and say "Windows"
I use computers with Linux and say "Why Windows?"
(Thanks JFK, for this quote of George Bernard Shaw.)
_______________________________________________
Logwatch-Devel mailing list
[email protected]
http://www2.list.logwatch.org:81/mailman/listinfo/logwatch-devel
mailscanner.patch
(text/plain, 659 B)
--- mailscanner-7.3.6 2007-05-20 02:24:33.000000000 +0200
+++ mailscanner 2007-08-31 21:36:40.000000000 +0200
@@ -103,6 +103,8 @@
#IPBlocking -mgt
( $ThisLine =~ m/^Initialising IP blocking/ ) or
( $ThisLine =~ m/^Closing down IP blocking/ ) or
+ ( $ThisLine =~ m/Whitelist refresh time reached/ ) or
+ ( $ThisLine =~ m/Skipping sender of precedence list/ ) or
( $ThisLine =~ m/^Read \d+ IP blocking entries from/ ) or
#This for Kaspersky I guess it is duplicated by Content checks, remove if not -mgt
( $ThisLine =~ m/^\/var\/spool\/MailScanner\/incoming\/.+SUSPICION/ )