Hello,

I use tmda to protect a well publicated address. What I do is 

a) send confirmation requests
b) and date-tag envelopes (so autoresponders can get through)
c) tickle a bit more around after it passess tmda, to have the mail to its 
place in the tucketing system, but I'm pretty sure this is not doing anything 
bad.

Problem is when I got a mail wich has my address in the cc field, the tagged 
mails behave like my address was the address in the original mail's To: 
header, so it has that in its from: header and the reply-to: header is 
generated accordingly.

I use postfix, and before handing to tmda I'm checking the X-original-to: 
header, and set the RECIPIENT env var to it if it exists, because I had 
problems otherwise. (Trough I have to look at my docs for the concrete 
reason :) )

It is done like this:

XTO=`echo -e "$MAIL" |formail -x X-Original-To`
if [ "$XTO" != "" ]; then
export RECIPIENT="$XTO"
fi

So, anyone have a quick idea of what am I missing here?

Thanks,

Becz Tam�s
_____________________________________________
tmda-users mailing list ([email protected])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to