Ben Elliston <[EMAIL PROTECTED]> writes: > I want spam to be held, but stuff that doesn't look like spam, but > from unsolicited addresses to generate a confirmation message. Get > me?
How about this? ~/.tmda/config: # 'confirm' is also the default ACTION_INCOMING = 'confirm' ~/.tmda/filters/incoming: # add '-autodbm' if you aren't using wildcards from-file ~/.tmda/lists/whitelist ok # do you really need this 'size' rule? size >100000 hold # 'hold' if spamc says the message is spam. The `except' program # from qmail reverses the return code of spamc. pipe '/var/qmail/bin/except /usr/bin/spamc -c -f' hold _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
