Hi Cory, on Thu, 04 May 2006 13:40:28 +0200GMT (04.05.2006, 13:40 +0200GMT here), you wrote:
C> Could someone tell me if the format of forwarded attachments can be C> changed? My 3.80.03 creates the original message as attachment 1.EML, C> and from the errors I get returned I guess SpamCop is unable to work C> with that format and needs .MSG. C> BTW SpamCop reports "headers not found" even if I include the original C> spam's headers in the body of the forward. Anyone here who knows how C> to feed SpamCop via forwarded e-mail? Unix mailbox is the format you need. I created a common filter to be triggered manually via hotkey for Read Messages containing two actions: - Export message into Unix mailbox C:\temp\export.txt - Create a new message for [EMAIL PROTECTED] Right click the second action and fill in the template: %put='C:\temp\export.txt'%account="account_name" You can copy the complete filter and replace your_code and account_name with your personal data (make sure to maximize this message to avoid unwanted line breaks): $$$$ TB! Message Filter $$$$ beginFilter UID: [75A49840.01C4937D.35C282EC.57B6C2A0] Name: Submit\20spam\20to\20SpamCop Filter: [EMAIL PROTECTED] ExportMessage Kludges OverwriteExist FmtUnix filename C:\5Ctemp\5Cexport.txt filenamerelative C:\5Ctemp\5Cexport.txt CreateMessage template %put\3D\27C:\5Ctemp\5Cexport.txt\27%account\3D\22account_name\22\0D\0A queue address [EMAIL PROTECTED] IsManual IsActive IsHotkey IsSendQueue endFilter -- Cheers Peter There are 10 types of people: those who understand binary and those who don't. ________________________________________________ Current version is 3.80.03 | 'Using TBUDL' information: http://www.silverstones.com/thebat/TBUDLInfo.html

