21 Apr
2013
21 Apr
'13
4:21 p.m.
Am 21.04.2013 15:10, schrieb iliusha:
The whole point of Bcc is that the sending SMTP server removes the header before the mail is sent Yes, you right, thank you, i didn't know that.
but, do you now what is strange - ok i don't have the BCC point in message header, but i have Envelope-to: header, why the sieve won't process it? (envelope :contains "to" "test@example.com" )
uhm the header is "Envelope-to" and you write "envelope :contains"
This is how i receive email headers:
/Return-path: <sender@example.com> *Envelope-to: test@example.com*
if header :matches ["Envelope-to"] ["test@example.com"] {} would make more sense