Re: Thunderbird Forwarding Spam

2006-10-31 Thread itdelany
cified on local.cf? Will it use the default path (/root/.spamassassin/) ? Thanks :) ! >I haven't tested this script by running it manually and this script is >not written by me. But you can run it manually as it is a script it >can be run from the command line. I don't know abou

Re: Thunderbird Forwarding Spam

2006-10-30 Thread ankush grover
my $ug = new Data::UUID; my $uuid1 = $ug->create_str(); my $attachname = $path . $uuid1 . ".eml"; open OUT, ">", "$attachname" || die "Can't write file $attachname:$!"; binmode OUT; print OUT $p->d

Re: Thunderbird Forwarding Spam

2006-10-30 Thread itdelany
$attachname:$!"; binmode OUT; print OUT $p->decode(); }; } -- View this message in context: http://www.nabble.com/Thunderbird-Forwarding-Spam-tf2539303.html#a7076401 Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Re: Thunderbird Forwarding Spam

2006-10-30 Thread ankush grover
On 10/30/06, itdelany <[EMAIL PROTECTED]> wrote: Hi I am running a Postfix mail server set up with flurdis guide using SpamAssassin as well with a Bayesian Filter. At SpamAssasin site said this: If you want to set up site-wide use of Bayesian classification, you should set up a way for you

RE: Thunderbird Forwarding Spam

2006-10-30 Thread Michael Scheidell
] Sent: Monday, October 30, 2006 8:30 AMTo: users@spamassassin.apache.orgSubject: Thunderbird Forwarding Spam Hi I am running a Postfix mail server set up with flurdis guide using SpamAssassin as well with a Bayesian Filter. At SpamAssasin site said this: If you want to set up site-wide use of Bayesian classif

Thunderbird Forwarding Spam

2006-10-30 Thread itdelany
ts to the main email. Thanks for all your help !! View this message in context: Thunderbird Forwarding Spam Sent from the SpamAssassin - Users mailing list archive at Nabble.com.