hi jim

first of all: please upgrade to latest xmailserver,
it fixes some important bugs!!


AND: it will give you a much better filters-system

just use the filters.in.tab file for filters, add a new line like this

"*"    "[EMAIL PROTECTED]"    "0.0.0.0/0"    "0.0.0.0/0"   "spam.tab"

where spam.tab is a file located in the filters-subdir and looks like this:

"/var/MailRoot/filterbin/spam.pl"    "@@FILE"    "1"

(note: filterbin is just a dir we have created to save filter-stuff)


--

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 10:14 PM
Subject: Re: SpamAssasssin revisited


> Henrik,
>
> Thanks for your response.  I see the code and understand, but where do you
> put this filter and do you call it, from  .tab?  i'm using an older xmail
> 1.11
>
> i tried calling it like this:
>
> "/var/MailRoot/bin/spam-fix.pl" "@@FILE"        "@@FROM"        "@@RCPT"
>
> and that spam-fix is just a cut and paste of what you posted.
>
> Any clues for me?
>
> Jim
> ----- Original Message -----
> From: "Henrik Steffen" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, June 07, 2003 1:22 PM
> Subject: [xmail] Re: SpamAssasssin revisited
>
>
> >
> >
> > 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]
> >
>

-
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