Is it not possible to do something like this?
if $header_from: does not contain "[EMAIL PROTECTED]" and
${addresses:$header_to:} does not match ":[EMAIL PROTECTED]" and
${addresses:$header_cc:} does not match ":[EMAIL PROTECTED]"
then
logwrite "junk header_from $header_from: header_to $header_to:"
seen finish
endif
from what I can see there appears to be a syntax error as I never
see anything in the log.
On Mar 23, 2008, at 6:34 PM, Robert Nicholson wrote:
> How can I differentiate b/w
>
> 1. [EMAIL PROTECTED]
> 2. [EMAIL PROTECTED]
> 3. "Robert Nicholson" <[EMAIL PROTECTED]>
> 4. [EMAIL PROTECTED]
>
> without using "is" ie. exactly comparison
>
> I want to be able to canoncalize the address before the comparison.
>
> in the above I want reject 1 & 2 but not 3 and 4
>
>
>
--
## List details at http://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/