Συντάκτης: Andreas Metzler Ημερομηνία: Προς: exim-users Αντικείμενο: Re: [Exim] Sender apparently set but h_sender is null
On 2004-02-24 Paul Jolly <paul@???> wrote: > David Woodhouse wrote: [...] > >Try $sender_address > Excellent. This works well. Thank you David. > Does the $h_Sender question remain unanswered, or should I always use
> $sender_address? [...]
Depends on what you want to match. $h_Sender: matches the "Sender:
..." header which is something completely different than envelope-from
aka $sender_address.
cu andreas