diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-08-18 16:03:00 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-08-18 16:03:00 +0000 |
commit | d47a75cce6a8ef3591cfdddea75ff5768787c1e4 (patch) | |
tree | 07493e1dae194d1292d102fc4c57c813fec03aba /mail/exim/files/patch-src::configure.default | |
parent | o Fix build with gcc 3.4.x (diff) |
update to exiscan-acl 25
- Added expansion of av_scanner global variable
when it starts with a dollar sign. This is useful
for implementing multiple malware scanners.
- Added support for adding ACL headers at the beginning
and in the "middle" of the message header block.
(This is a preliminary solution, see comment in SPF
section of exiscan-acl-spec).
Notes
Notes:
svn path=/head/; revision=116600
Diffstat (limited to 'mail/exim/files/patch-src::configure.default')
-rw-r--r-- | mail/exim/files/patch-src::configure.default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/files/patch-src::configure.default b/mail/exim/files/patch-src::configure.default index de3f6dc6b853..48deebea4806 100644 --- a/mail/exim/files/patch-src::configure.default +++ b/mail/exim/files/patch-src::configure.default @@ -28,7 +28,7 @@ file_transport = address_file pipe_transport = address_pipe -@@ -446,6 +449,7 @@ +@@ -454,6 +457,7 @@ file_transport = address_file pipe_transport = address_pipe reply_transport = address_reply @@ -36,7 +36,7 @@ # This router matches local user mailboxes. If the router fails, the error -@@ -491,8 +495,10 @@ +@@ -506,8 +510,10 @@ delivery_date_add envelope_to_add return_path_add |