http://bugzilla.spamassassin.org/show_bug.cgi?id=4196
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From [EMAIL PROTECTED] 2005-05-06 14:24 -------
Seems to be working as intended
code:
dbg ("from:addr is " . $permsgstatus->get('From:addr'));
dbg ("to:addr is " . $permsgstatus->get('To:addr'));
dbg ("cc:addr is " . $permsgstatus->get('Cc:addr'));
dbg ("tocc:addr is " . $permsgstatus->get('ToCc:addr'));
message headers:
From: Percy Burns <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
output:
debug: from:addr is [EMAIL PROTECTED]
debug: to:addr is [EMAIL PROTECTED]
debug: cc:addr is [EMAIL PROTECTED]
debug: tocc:addr is [EMAIL PROTECTED]
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.