Given an archived message which contains a To: header with multiple
destinations ala:

  To: [EMAIL PROTECTED], [EMAIL PROTECTED], "Bubb" <[EMAIL PROTECTED]>

How, via a resource or variable, can I get the entire contents of
the To: header?  I seem to be able to get most every other field,
just not To: or Cc:

To solve the To:/Cc: problem I'm left with using FIELDSBEG,
FIELDSend, LABELBEG, LABELEND, FLDBEG and FLDEND to build a PHP
associative array mapping field names to values for the ones not
explicitly covered by MHonArc variables.  This seems inelegant at
best.  

Lastly, what is the actual definition of the $TOADDRDOMAIN$ variable
in such a context?

-- 
J C Lawrence                                 Home: [EMAIL PROTECTED]
----------(*)                              Other: [EMAIL PROTECTED]
--=| A man is as sane as he is dangerous to his environment |=--

Reply via email to