David <[EMAIL PROTECTED]> writes: > Well shouldn't I want to do that so that people can write back to me > without having to confirm?
It won't always work, because the address you write to isn't always the address that person will respond from. It also adds unnecessary addresses to your whitelist, as this may be a one-time correspondent. I personally think it's better to use a 'dated' Reply-To address, and selectively add people to my whitelist who I think I'll have continuing correspondence with. It's largely a matter of personal preference I suppose. > Since writing the last note, I added =append to the end of the last > line in my filter and it does add the address to my whitelist. Wow, I didn't even realize that would work. Looking at the code, I see now how it would, but I think this was an accident. :-) > # Catch-all for addresses that are not already on the whitelist > # so that bounces can come back to me, and adds them to the whitelist > to * tag envelope dated=10d from bare=append > ========================================================== I'd probably change this to the following: to * tag envelope dated=10d reply-to dated from bare=append This insures the recipient will never have to confirm when they reply, even when they respond from a different address than that to which you sent. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
