This is a discussion on Re: [AMaViS-user] Auto Forward/Redirect eBay Phishing Spoofs within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Chris, > It would be cool if I could add something like '*PHISHING*', to the > subject & perhaps have ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Chris,
> It would be cool if I could add something like '*PHISHING*', to the > subject & perhaps have the outbound email come from '<>', as the > response email from eBay is almost as annoying as the spoof! The place to add or modify existing headers is subroutine add_forwarding_header_edits_common or add_forwarding_header_edits_per_recip or sub do_virus, if you can somehow decide there what to add. The $msginfo object contains information about the current mail, among others the ->orig_header or the ->mail_text file handle, see package Amavis::In::Message. The @virusname list for example, available in sub do_virus, perhaps already contains a 'virus' name detected by ClamAV, in this case 'phishing'. Mark ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |