Sorry, but use that where? in one of the SpamAssasin .pm files? Jim ----- Original Message ----- From: "S�nke Ruempler" <[EMAIL PROTECTED]> To: "Jim Frank" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, April 01, 2003 12:12 AM Subject: [xmail] Re: [SAtalk] Re: Re: XMail and SpammAssassin one more time
> > > Can you help me fix Spamassassin? what script are you using to trim the > > lines? I have the same problem you had. > > in perl use > > # trim lines at the end > $body=~s/\n+$/\n/g; > > # replace LF to CRLF > $body=~s/(?<!\r)\n/\r\n/g; > - > To unsubscribe from this list: send the line "unsubscribe xmail" in > the body of a message to [EMAIL PROTECTED] > For general help: send the line "help" in the body of a message to > [EMAIL PROTECTED] > - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
