Re: how to read sa-learn --dump output

2005-02-17 Thread KyleReynolds
We are actually running 2.63, and the output for: sa-learn --dump data | sort > bayes_dump.txt looks like: 1.000233 0 1108594445 believed 1.000246 0 1108594445 HX-MimeOLE:V6.00.2800.1437 1.000250 0 1108594451 HContent-Transfer-Encoding:7Bit

how to read sa-learn --dump output

2005-02-16 Thread KyleReynolds
Could someone help me determine what these fields represent? 0.001 0 48 1108391722 H*M:hpb 0.001 0 48 1108391722 H*M:hpbrm 0.001 0 55 1108391737 H*r:sk:PUBLIC. 0.001 0 56 1108391737 H*F:U*mthomason 0.001 0 57

how to read sa-learn --dump output

2005-02-16 Thread KyleReynolds
Could someone help me determine what these fields represent? 0.001 0 48 1108391722 H*M:hpb 0.001 0 48 1108391722 H*M:hpbrm 0.001 0 55 1108391737 H*r:sk:PUBLIC. 0.001 0 56 1108391737 H*F:U*mthomason 0.001 0 57

can I delete a bayes token?

2005-02-16 Thread KyleReynolds
We have a script that does some unattended spam learning from a designated spam box that our users report spam to. I ran a dump on the bayes db and I noticed some tokens that shouldn't be ranked so highly, so I started watching the spam box and it seems that some users got "confused" and reported

lock file question

2005-02-02 Thread KyleReynolds
Which of these is correct in my procmailrc if I use spamc? :0fw: spamassassin.lock * < 256000 | spamc or :0fw: spamc.lock * < 256000 | spamc I have seen it done both ways in examples. Thanks, Kyle Reynolds 972-731-4731 [EMAIL PROTECTED]

Re: how to call procmail for spam delete?

2005-01-28 Thread KyleReynolds
I got a little carried away... Procmail is now moving everything tagged spam to the spam folder like it is supposed to, but anything that does match the spam tag is getting bounced... Kyle Reynolds 972-731-4731 [EMAIL PROTECTED]

Re: how to call procmail for spam delete?

2005-01-28 Thread KyleReynolds
I have it working now. Does this seem to make sense? Does anyone see any potential performance issues with this? I changed the master.cf from this: --

Re: how to call procmail for spam delete?

2005-01-27 Thread KyleReynolds
The permissions on /tmp/spam are 777. It was indeed a folder, not a file, so I changed it to a file with 777 permissions and ran through the 4 mailbox commands again and still no delete... I'm still looking through the logs for anything that seems odd. Thanks again for all your help. Kyle Re

Re: how to call procmail for spam delete?

2005-01-26 Thread KyleReynolds
I tried: mailbox_command = /usr/local/bin/procmail -f- -a "$USER" mailbox_command = /usr/local/bin/procmail mailbox_command = /usr/local/bin/procmail -pm /etc/procmailrc mailbox_command = /usr/local/bin/procmail -a "$EXTENSION" and all of them work as far as spamassassin still tags and the mail

Re: how to call procmail for spam delete?

2005-01-26 Thread KyleReynolds
We are using the procmailrc in /etc, globally, the users do not have one. Is this: mailbox_command = /usr/local/bin/procmail -f- -a "$USER" not what I should be using for a global setting in /etc? I tried mailbox_command = /usr/local/bin/procmail -pm /etc/procmailrc and that didn't work eith

Re: how to call procmail for spam delete?

2005-01-26 Thread KyleReynolds
Kyle Reynolds

Re: how to call procmail for spam delete?

2005-01-26 Thread KyleReynolds
Thanks, but my procmailrc already looks like that. The strange thing is that it won't delete the messages marked spam, but the one that was previously tagged as spam and accidentally got through again was deleted... so it appears that the procmail recipe is correct, but that procmail isn't being

RE: how to call procmail for spam delete?

2005-01-26 Thread KyleReynolds
I created a spam dir in /tmp/spam to test whether or not procmail is deleting the tagged spam. Nothing ever gets sent there, but then when someone put a message already tagged spam into a folder I created for people to report spam to, and the csrip ran sa-learn on those messages, the message that

RE: how to call procmail for spam delete?

2005-01-25 Thread KyleReynolds
Thanks for the replies... how should I call procmail from the postfix main.cf? We have: mailbox_command = /usr/local/bin/procmail -f- -a "$USER" is this correct for a global setting? Thanks, Kyle Reynolds 972-731-4731 [EMAIL PROTECTED]

how to call procmail for spam delete?

2005-01-25 Thread KyleReynolds
I am running spamassassin 2.5 with postfix and procmail (spamc/spamd). I am unable to get procmail to delete messages marked spam. I have tried variations of recipes that I have found on the net, but it doesn't seem to be working. Spamassassin works fine, but I'm thinking that I might not be cal

Re: sa-learn with lotus notes

2005-01-20 Thread KyleReynolds
That sounds perfect! if you would be so kind, could you send the pertinent bits of the bash script (absolutely no hurry...)? We are also running spamassassin on freeBSD, and I think I can (and our notes admin) set up the mailboxes and notes stuff, but the script might take me a while to get righ

sa-learn with lotus notes

2005-01-20 Thread KyleReynolds
Help... I need to feed spam and ham to sa-learn. We are using lotus notes R5 and I need to get the messages into a format that sa-learn can use. The closest I have found is to export messages as "structured text", and this exports multiple messages as one file, the example below is how they are

newbie question about adding rules

2005-01-19 Thread KyleReynolds
I am looking at adding some rulesets from SARE and we are planning on putting them in the /usr/share/spamassassin directory (I know they get overwritten when upgrading...). I don't see anywhere that spamassassin is calling the sets in that directory, which I believe is default? If I add these new

still can't delete spam...

2004-10-08 Thread KyleReynolds
More of the same... (spamassassin 2.64 on freeBSD 5.2.1) I appreciate the help I have recieved so far, but it still doesn't work... and yes, I have read the wiki, and I have googled the hell out of it... I cannot configure spamassassin to delete spam. I have tried many, many combinations of the

deleting spam

2004-10-05 Thread KyleReynolds
I am running spamassassin 2.64 on freeBSD 5.2.1.  It is working fine for tagging spam, but now that we are satisfied with it's performance, we want to start deleting obvious spam instead of just tagging it.  I have followed (I believe...) the instructions for deleting spam with a certain score by d

deleting spam using procmail

2004-09-28 Thread KyleReynolds
I am running spamassassin 2.64 on freeBSD 5.2.1.  It is working fine for tagging spam, but now that we are satisfied with it's performance, we want to start deleting obvious spam instead of just tagging it.  I have followed (I believe...) the instructions for deleting spam with a certain score by d