Le lundi 19 avril 2010 à 19:36 +0200, Julien Valroff a écrit :
> Package: logcheck-database
> Severity: wishlist
> Tags: ipv6 patch
> 
> Hi,
> 
> please find below a patch to improve the rules defined for dspam, so that 
> they take
> into account ipv6 addresses and adding rules for 2 current cases (mail over 
> the limit
> set by the administrator and mail rejected as flagged as infected by clamav).

Sorry, IPv6 addresses are prefixed with "IPv6:", here is an amended
patch:

diff -urN logcheck-1.3.8.orig/rulefiles/linux/ignore.d.server/dspam 
logcheck-1.3.8/rulefiles/linux/ignore.d.server/dspam
--- logcheck-1.3.8.orig/rulefiles/linux/ignore.d.server/dspam   2008-03-05 
09:10:47.000000000 +0100
+++ logcheck-1.3.8/rulefiles/linux/ignore.d.server/dspam        2010-04-19 
19:33:16.483402478 +0200
@@ -1,2 +1,4 @@
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dspam\[[0-9]+\]: spam detected from [.0-9]+$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dspam\[[0-9]+\]: innocent message from 
[.0-9]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dspam\[[0-9]+\]: infected message from 
([.0-9]{7,15}|IPv6:[0-9a-fA-F:.]{4,39})$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dspam\[[0-9]+\]: spam detected from 
([.0-9]{7,15}|IPv6:[0-9a-fA-F:.]{4,39})$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dspam\[[0-9]+\]: innocent message from 
([.0-9]{7,15}|IPv6:[0-9a-fA-F:.]{4,39})$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dspam\[[0-9]+\]: message too big, 
delivering$

Cheers,
Julien




_______________________________________________
Logcheck-devel mailing list
Logcheck-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/logcheck-devel

Reply via email to