I thought that using a dated reply-to was the way to accomplish that. Here's my current incoming filter:
# Incoming tmda filter (first match wins)
#Accept non-spam messages headers '^X-Spam-Status:\sNo' ok
#Accept confirmed messages headers '^X-TMDA-Confirmed:' ok
#Accept confirmed whitelist addresses from-file '~/.tmda/lists/whitelist_confirmed' ok
#Confirm bad messages headers '^X-Spam-Status:\sYes' confirm
There's no way that I'm aware of to have dated addresses evaluated before the filter file. However, this last line is unnecessary. By putting this in you're saying that *any* message that has spam-status:yes (ie any message that doesn't have spam-status:no and hasn't matched the other rules) will be confirmed.
What you want to do is remove this line and ensure that your ACTION_INCOMING (the default action) is confirm. That way when messages reach the end of the filter file they will be checked for dated addresses, etc., and if they don't match they will be challenged.
--
"We don't see things as they are, we see them as we are." - Anais Nin
---------------------------------------------------------------
Simon Waldman, UK email: [EMAIL PROTECTED]
http://www.firecloud.org.uk/simon
---------------------------------------------------------------
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users
