Can you tell me what these two lines mean?
allow_fail
allow_defer
thx.
> Hey,
>
> I want to be able to drop mail to certain e-mail accounts. How would I
> do this?
>
> Basically I want to have a mysql table with a list of e-mail addresses,
> then if exim receives an email with for of these e-mail addresses, it
> should ignore/bounce it.
>
> What I have at the moment is a dump email address where I simply forward
> the mail, but it would be much more preferable bounce it.
>
> mysql_spam_addr:
> driver = redirect
> allow_fail
> allow_defer
> data = ${lookup mysql \
> { SELECT '[EMAIL PROTECTED]' FROM spam_addr WHERE
> email='[EMAIL PROTECTED]' } \
> }
>
> Thx Alot
> Quintin
>
> --
> ## 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/
>
--
## 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/