SOURCES: amavisd-new-config.patch - mysql 2.6. 2 by Eero Hännine n

glen glen at pld-linux.org
Thu Jan 8 13:57:12 CET 2009


Author: glen                         Date: Thu Jan  8 12:57:12 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- mysql 2.6.2 by Eero Hänninen

---- Files affected:
SOURCES:
   amavisd-new-config.patch (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SOURCES/amavisd-new-config.patch
diff -u SOURCES/amavisd-new-config.patch:1.26 SOURCES/amavisd-new-config.patch:1.27
--- SOURCES/amavisd-new-config.patch:1.26	Sat Nov  3 19:53:25 2007
+++ SOURCES/amavisd-new-config.patch	Thu Jan  8 13:57:06 2009
@@ -105,7 +105,7 @@
 -# ['ClamAV-clamd',
 -#   \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"],
 -#   qr/\bOK$/, qr/\bFOUND$/,
--#   qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ],
+-#   qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ],
 -# # NOTE: run clamd under the same user as amavisd, or run it under its own
 -# #   uid such as clamav, add user clamav to the amavis group, and then add
 -# #   AllowSupplementaryGroups to clamd.conf;
@@ -130,23 +130,23 @@
 -  ### http://mks.com.pl/english.html
 -  ['MkS_Vir for Linux (beta)', ['mks32','mks'],
 -    '-s {}/*', [0], [1,2],
--    qr/--[ \t]*(.+)/ ],
+-    qr/--[ \t]*(.+)/m ],
 +#  Moved to secondary scanner
 +#  ### http://mks.com.pl/english.html
 +#  ['MkS_Vir for Linux (beta)', ['mks32','mks'],
 +#    '-s {}/*', [0], [1,2],
-+#    qr/--[ \t]*(.+)/ ],
++#    qr/--[ \t]*(.+)/m ],
  
    ### http://mks.com.pl/english.html
    ['MkS_Vir daemon', 'mksscan',
 @@ -2298,6 +2302,10 @@
  # ],
- # # other options to consider: -mime -oe -idedir=/usr/local/sav
+ # # other options to consider: -idedir=/usr/local/sav
  
 +  ['MkS_Vir for Linux (beta)', ['mks32','mks'],
 +	'-s {}/*', [0], [1,2],
-+	qr/--[ \t]*(.+)/ ],
++	qr/--[ \t]*(.+)/m ],
 +
- # always succeeds (uncomment to consider mail clean if all other scanners fail)
- # ['always-clean', sub {0}],
+ # Always succeeds and considers mail clean.
+ # Potentially useful when all other scanners fail and it is desirable
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/amavisd-new-config.patch?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list