Skip to content
Nigel Metheringham edited this page Nov 25, 2012 · 2 revisions

FAQ_ / Filtering / Q0512


`Navigation(siblings)`_


Q0512

Question

I'm trying to reference the Envelope-To: header in my filter, but $h_envelope-to: is always empty.

Answer

Envelope-To: is added at delivery time, by the transport. Therefore, the header doesn't exist at filter time. In a user filter, the values you probably want are in $original_local_part and $original_domain. In a system filter, the complete list of all envelope recipients is in $recipients.


`Navigation(siblings)`_


FAQ_ / Filtering / Q0512


CategoryFrequentlyAskedQuestions_

Clone this wiki locally