RE: "send to a friend" from websites
"Stuart D. Gathman" <[email protected]>
| Newsgroups | gmane.mail.spam.srs.general |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 18 May 2004, Ryan Malayter wrote: > >where you saved the purported sender. You might want to add a crypto > >cookie to your X-ForwardedSender header to prevent spammers from > >using your system for a relay. (Similar to SRS, but doesn't > >involve MTA.) > If I was going to do that much coding, I would just try to do full SRS > by writing my own even sinks for the Windows SMTP server, I think. The Python, Perl, or C (libspf or libspf-alt) libraries all transform a sender to an SRS sender and vice versa. If your application is already generating an email, it is trivial to add the header. Finding the header in an rfc822 attachment is pretty trivial with the Python email library - don't know about Perl or C. I think Javamail is not too bad either. (What is your application written in?) But then, those Windows SMTP "events" sound a lot like sendmail milters - and would be a pretty flexible way to go. -- Stuart D. Gathman <[email protected]> Business Management Systems Inc. Phone: 703 591-0911 Fax: 703 591-6154 "Confutatis maledictis, flamis acribus addictis" - background song for a Microsoft sponsored "Where do you want to go from here?" commercial.