All of this talk about setting From: headers in send-hooks got me
thinking about something...

Which of these is the better way to set the address placed in the From:
header:

    set from="Fuzzy Fox <[EMAIL PROTECTED]>"

or

    my_hdr From: Fuzzy Fox <[EMAIL PROTECTED]>


>From what I've heard, the main problem with the my_hdr approach is that
it doesn't work correctly with reverse_name.  That is, in order for
reverse_name to work, you can't have overridden the From: header with
your own.

But, the "from" variable is documented as:

    When set, this variable contains a default from address.  It
    can be overridden using my_hdr (including from send-hooks) and

... and what??

It looks to me that 'set from' is a solution that will work with
reverse_name.  What do you think?

-- 
David DeSimone   | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED]   |  that there is no man really clever who has not
Hewlett-Packard  |  found that he is stupid." -- Gilbert K. Chesterson
UX WTEC Engineer |    PGP: 5B 47 34 9F 3B 9A B0 0D  AB A6 15 F1 BB BE 8C 44

Reply via email to