X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d6629cdc9b1eb95d4c7b2f6c55a102bd0df38d31..c07128713aca4e9b5be0101c3e5fdc01f176d77a:/doc/doc-docbook/filter.xfpt diff --git a/doc/doc-docbook/filter.xfpt b/doc/doc-docbook/filter.xfpt index c281d215f..30d069b1f 100644 --- a/doc/doc-docbook/filter.xfpt +++ b/doc/doc-docbook/filter.xfpt @@ -1,4 +1,4 @@ -. $Cambridge: exim/doc/doc-docbook/filter.xfpt,v 1.2 2006/04/04 14:03:49 ph10 Exp $ +. $Cambridge: exim/doc/doc-docbook/filter.xfpt,v 1.3 2006/04/27 15:19:27 ph10 Exp $ . ///////////////////////////////////////////////////////////////////////////// . This is the primary source of the document that describes Exim's filtering @@ -39,12 +39,12 @@ Exim's interfaces to mail filtering Exim filtering -04 April 2006 +27 April 2006 PhilipHazel PH - 4.61 - 04 April 2006 + 4.62 + 27 April 2006 PH 2006University of Cambridge @@ -55,7 +55,7 @@ .chapter "Forwarding and filtering in Exim" This document describes the user interfaces to Exim's in-built mail filtering facilities, and is copyright © University of Cambridge 2006. It -corresponds to Exim version 4.61. +corresponds to Exim version 4.62. @@ -1537,14 +1537,14 @@ foranyaddress $header_to: ( $thisaddress contains "$local_part$domain" ) and not foranyaddress $header_from: ( -$thisaddress contains "$local_partdomain" or -$thisaddress contains "server" or -$thisaddress contains "daemon" or -$thisaddress contains "root" or -$thisaddress contains "listserv" or -$thisaddress contains "majordomo" or -$thisaddress contains "-request" or -$thisaddress matches "^owner-[^]+" +$thisaddress contains "$local_part@$domain" or +$thisaddress contains "server@" or +$thisaddress contains "daemon@" or +$thisaddress contains "root@" or +$thisaddress contains "listserv@" or +$thisaddress contains "majordomo@" or +$thisaddress contains "-request@" or +$thisaddress matches "^owner-[^@]+@" ) .endd The variable &$local_part$& contains the local part of the mail address of