]> git.pld-linux.org Git - packages/exim-lite.git/blob - exim4-exiscan-pld.patch
- added Encoding=UTF-8 as requires by freedesktop
[packages/exim-lite.git] / exim4-exiscan-pld.patch
1 diff -urN exiscan-4.12-23.orig/exiscan-clamav.txt exiscan-4.12-23/exiscan-clamav.txt
2 --- /dev/null   Thu Jan  1 01:00:00 1970
3 +++ doc/exiscan-clamav.txt      Mon Jan 20 21:58:02 2003
4 @@ -0,0 +1,12 @@
5 +#exiscan
6 +exiscan_condition = 1
7 +exiscan_crypt_salt = pq
8 +exiscan_timeout = 5m
9 +exiscan_unpack_mime = true
10 +
11 +#Antivirus facility (AV) options:
12 +
13 +exiscan_av_condition = 1
14 +exiscan_av_action = redirect virus@localhost
15 +exiscan_av_scanner = clamav
16 +exiscan_av_clamd_socket = /tmp/clamad
17 diff -urN exiscan-4.12-23.orig/exiscan-mks.txt exiscan-4.12-23/exiscan-mks.txt
18 --- /dev/null   Thu Jan  1 01:00:00 1970
19 +++ doc/exiscan-mks.txt Mon Jan 20 21:52:45 2003
20 @@ -0,0 +1,15 @@
21 +#exiscan
22 +exiscan_condition = 1
23 +exiscan_crypt_salt = pq
24 +exiscan_timeout = 5m
25 +exiscan_unpack_mime = true
26 +
27 +#Antivirus facility (AV) options:
28 +
29 +exiscan_av_condition = 1
30 +exiscan_av_action = redirect virus@localhost
31 +exiscan_av_scanner = cmdline
32 +exiscan_av_scanner_path = /usr/local/bin/mks32
33 +exiscan_av_scanner_options = -s |/*
34 +exiscan_av_scanner_regexp_description = --virus (.*)
35 +exiscan_av_scanner_regexp_trigger = status: virus found:
This page took 0.033982 seconds and 3 git commands to generate.