Re: faking an accept
Tor Slettnes <[email protected]>
| Newsgroups | gmane.mail.exim.spamassassin |
|---|---|
| Message-ID | <[email protected]> |
On May 29, 2004, at 10:24, [email protected] wrote: > the only way i can see to do both not deliver mail to the account, but > still filter it, would be to fake the acceptance of the mail. but i > don't want to do this for every host - only for a few select ones, like > mailing lists, and this one upstream MTA for instance. > > how would i do this? In an ACL: discard hosts = /etc/mail/discard-hosts (that file may contain wildcards such as "*.comcast.net", etc) -tor