Chris Barnhart <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]:
> I was reading TMDA filter specification and got to thinking - would > it possible to configure TMDA so that confirmations are only sent to > mail coming form a SMTP server listed in a DNS blacklists (such as > osirusoft.com)? Definitely, I have it made so with one account. The trick is - have some other software add custom headers to your message. You can for example use spamassassin for this task [when queueing message], but if you're running qmail, the best is to use a patched version of rblsmtpd, which marks the e-mails instead of rejecting them at session level. I can't remember the address for the patch now, but if you're using qmail, say so and I'll search for the address for you. Then all you do is add a filter: headers 'X-RBL-Check:.*' confirm or a different header - dependent on what your extra rbl-checking software supplies. -- tomasz 'tonid' nidecki, zoliborz, warszawa, poland [EMAIL PROTECTED] http://tonid.net http://endemic.org 'nie przejmuj sie, przytul glonojada' (c)hubertus [spamtrap: [EMAIL PROTECTED] _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
