Kyler Laird <[EMAIL PROTECTED]> writes: > I am just starting to move on to using date and keyword > reply addresses. I would like a way to automatically add > senders who use such addresses to my whitelist. I'm > using CONFIRM_APPEND, but I need something similar for > times when no confirmation is required.
There is no automatic feature to add wildcards to any whitelist. And wildcards are what you need to handle mail from someone who uses dated addresses. Instead, if you see that a correspondent is using dated addresses, simply add a rule to your incoming filter. You can also just add the wildcard for that person to the whitelist where you keep wildcard rules. Here's a rule to accept all dated addresses from me. from tim-dated-*@catseye.net ok If you want to always accept all dated addresses (I don't trust spammers enough to do this), use something like this. from *-dated-*@=* ok Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
