Hello,

I am working together with Soenke, and this
is what our spam.pl filter-script looks like:

use strict;

my $header=`head -6 $ARGV[0]`;
my $body=`tail +7 $ARGV[0] | /usr/local/bin/spamc`;

$body=~s/\n+$/\n/g;
$body=~s/(?<!\r)\n/\r\n/g;

....


--

Mit freundlichem Gruß

Henrik Steffen
Geschäftsführer

top concepts Internetmarketing GmbH
Am Steinkamp 7 - D-21684 Stade - Germany
--------------------------------------------------------
http://www.topconcepts.com          Tel. +49 4141 991230
mail: [EMAIL PROTECTED]       Fax. +49 4141 991233
--------------------------------------------------------
24h-Support Hotline:  +49 1908 34697 (EUR 1.86/Min,topc)
--------------------------------------------------------
Ihr SMS-Gateway: JETZT NEU unter: http://sms.city-map.de
System-Partner gesucht: http://www.franchise.city-map.de
--------------------------------------------------------
Handelsregister: AG Stade HRB 5811 - UstId: DE 213645563
--------------------------------------------------------

----- Original Message ----- 
From: "Jim Frank" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 07, 2003 5:42 PM
Subject: [xmail] SpamAssasssin revisited


>
> Quick question:
>
> I know Soenke has a working fix for OutLook's Line termination problem
with
> xmail & Spamassassin, does anyone here have a copy of the script he uses
and
> instructions as to how to install it?
>
> Jim
>
> -
> 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]

Reply via email to