I am modifying spamd so that preferences are loaded depending upon the
email address of the message recipient.  That way, I can store user_prefs
for non-local users.

For single-recipient messages, I have no problem finding the to address:

Received: from localhost (jdrew@localhost) by origin.com (8.11.1/8.11.1)
with ESMTP id g63IbJn23213 for <[EMAIL PROTECTED]>; Wed,03 Jul 2002
13:37:19 -0500 (EST)

I can just grab it after "for <".  For multiple-recipient messages,
though, that information is not present.

I would like to use the envelope-to address, but I can't figure out how to
get it within spamd.  Any help would be greatly appreciated...

thanks,
Josh.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to