> What "exact" file should I be looking for to create a Whitelist and
> Blacklist
/etc/mail/spamassassin/local.cf
or
~/.spamassassin/user_prefs
For example, see
http://maxo.captainnet.net/mailAdmin/spamAssassin/add.html
Joe
---
This
Hello Everyone! :-)
I have a program that does this:
use Mail::SpamAssassin;
$spamobj = Mail::SpamAssassin->new();
my $status = $spamobj->check_message_text(\"Email Message Text Goes Here\");
(In other words, I'm not using the "spamassassin" executable or spamd to
send the message to Mail::Spam
I'm using the following command to "feed" SpamAssassin the email messages.
my $status = $spamobj->check_message_text($EmailMessageHeadersAndBodyHere);
The "major" problem I'm having now is that if there are any quote (") marks
anywhere in the message ($EmailMessageHeadersAndBodyHere), then
check_
I have a Red Hat Linux 9 machine that has Perl 5.8 installed on it, and Perl
5.8 on this machine looks deeply embedded to the core of the OS, based on
the ton of dependencies when I do "rpm -e perl". I need to run SpamAssassin
on this machine, but the SpamAssassin docs highly recommends using Perl
Help please.
I'm trying to embed the following "very few" Perl lines in a Microsoft
Visual C++ v6 C program.
//use Mail::SpamAssassin;
//my $spamobj = Mail::SpamAssassin->new();
//my $status = $spamobj->check_message_text($input);
//my $spamstr = (($status->is_spam()) ? "Yes" : "No");
//my $outpu
I have a multi-threaded C program that I would like to "hook-up" to
spamassassin that I would like to use as a replacement for spamc/spamd.
The problem is that I have little experience with Perl and I would like to
"spawn" spamassassin (obviously a Perl module) and send a message to it from
within
Thanks Bob!
I'm looking more for something like what Tom Meunier sent though
(http://www.openhandhome.com/howtosa.html).
> What are you trying to do with SpamAssassin that you need to run it
> under WinXP?
Development work. I'm tying SpamAssassin to Novell's NetMail and I just need
something as
Hello Everyone,
I need to get Spam Assassin to work on a MS Windows XP machine ASAP.
Are there any docs, faqs , web pages, or "cheat sheets" available to help me
get this does ASAP?
Thanks!
Joe
---
This SF.Net email is sponsored by: INetU
At