On Mon, 27 Jun 2005, reef wrote:
> Thanks for the reply.. I will give this a try next week.. But I am curious
> if it is possible to do something as simple as having a text file of email
> addresses to reject?
Sure. Several possible ways of dealing with it.
(1) Directly in an ACL for RCPT:
deny recipients = /the/file
(2) Use verify in the ACL
deny !verify = recipient
and ensure the verify fails by setting up this router
fail_router:
driver = redirect
allow_fail
data = [EMAIL PROTECTED]/the/file}\
{:fail:Unknown address}}
No doubt there are other ways as well.
--
Philip Hazel University of Cambridge Computing Service,
[EMAIL PROTECTED] Cambridge, England. Phone: +44 1223 334714.
Get the Exim 4 book: http://www.uit.co.uk/exim-book
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/