> Perhaps you should just use the "warn" tag instead of "deny", and simply
> log the deliver so you can check them later?
>
> warn
> ! authenticated = *
> condition = ${if
> match_domain{${domain:${address:$h_from:}}}{+localdomains}}
> log_message = REMOTE SENDER USED LOCAL DOMAIN USE IN FROM: HEADER
>
> --
> Dean Brooks
> [EMAIL PROTECTED]
>
Great idea. I assume I can add a header as well, so I can see that the
messages would have been rejected in Thunderbird:
warn
! authenticated = *
condition = ${if
match_domain{${domain:${address:$h_from:}}}{+localdomains}}
add_header = "X-Spam-from-header: Remote Sender Used Local Domain in From
header."
log_message = REMOTE SENDER USED LOCAL DOMAIN USE IN FROM: HEADER
--
## 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/