RE: [SAtalk] Spamassassin not rewriting the e-mail subject.

2003-10-29 Thread Riley J. McIntire
Just to followup the user's home dir path that spamd runs as, "nospam" wasn't properly update when the users were moved. doh! Fixing that allows the Subject rewrite to work. (The "working directory" error below was just sudo complaining that I was using a variable in a command path ($PWD) and had

RE: [SAtalk] Spamassassin not rewriting the e-mail subject.

2003-10-29 Thread Riley J. McIntire
> From: Matt Kettler [mailto:[EMAIL PROTECTED] > >[EMAIL PROTECTED] /usr/ports 526$ ps auwx |grep [s]pamd > >nospam 184 0.0 1.3 21236 20920 ?? Is 20Oct03 3:51.50 > >/usr/local/bin/spamd -a -c -d -u nospam -H (perl5.00503) > Is the -H parameter passed to spamd with no parameter? or is >

RE: [SAtalk] Spamassassin not rewriting the e-mail subject.

2003-10-29 Thread Matt Kettler
At 08:48 PM 10/29/2003, Riley J. McIntire wrote: [EMAIL PROTECTED] /usr/ports 526$ ps auwx |grep [s]pamd nospam 184 0.0 1.3 21236 20920 ?? Is 20Oct03 3:51.50 /usr/local/bin/spamd -a -c -d -u nospam -H (perl5.00503) Is the -H parameter passed to spamd with no parameter? or is it just being

RE: [SAtalk] Spamassassin not rewriting the e-mail subject.

2003-10-29 Thread Riley J. McIntire
> From: Matt Kettler [mailto:[EMAIL PROTECTED] > That procmailrc looks more-or-less fine to me.. It's what worked ok with 2.4x/fbsd 4.6. > The only thing you need to do is make sure that spamd is > running.. if spamd > goes down, all your calls to spamc will do nothing. [EMAIL PROTECTED] /usr/p

RE: [SAtalk] Spamassassin not rewriting the e-mail subject.

2003-10-29 Thread Matt Kettler
At 07:28 PM 10/29/2003, Riley J. McIntire wrote: [EMAIL PROTECTED] /usr/local/etc/mail/spamassassin 578$ ps ax |grep [s]pamc 38938 ?? S 0:00.00 /usr/local/bin/spamc So if I'm not badly mistaken I am using spamc. But not the right way? Is there a problem with the procmailrc? That procmailrc l

RE: [SAtalk] Spamassassin not rewriting the e-mail subject.

2003-10-29 Thread Riley J. McIntire
. McIntire [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 29, 2003 1:54 PM > To: Jason Staudenmayer > Subject: RE: [SAtalk] Spamassassin not rewriting the e-mail subject. > > > > From: Jason Staudenmayer [mailto:[EMAIL PROTECTED] > > Use spamc > > I'll try it asap

RE: [SAtalk] Spamassassin not rewriting the e-mail subject.

2003-10-29 Thread Riley J. McIntire
> From: Jason Staudenmayer > qmail-scanner.pl find the spamassassin binary line and remove the '-c' > I have the same problem but with sendmail using spamd (2.60): .../spamd -a -c -d -u nospam -H && echo -n ' spamd' my local.cf looks like this: # report_safe 1 # Add your own customisations to

Re: [SAtalk] Spamassassin not rewriting the e-mail subject.

2003-10-29 Thread Daniel Poulin
It worked ! Thanks to everybody who helped me to solve the problem. Have a nice day. Daniel P.S. Sorry for my bad english. Jason Staudenmayer wrote: qmail-scanner.pl find the spamassassin binary line and remove the '-c' -Original Message- From: Daniel Poulin [mailto:[EMAIL PROTEC

RE: [SAtalk] Spamassassin not rewriting the e-mail subject.

2003-10-29 Thread Jason Staudenmayer
qmail-scanner.pl find the spamassassin binary line and remove the '-c' -Original Message- From: Daniel Poulin [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 9:16 AM To: [EMAIL PROTECTED] Subject: [SAtalk] Spamassassin not rewriting the e-mail subject. Hi everyone, I ha

Re: [SAtalk] Spamassassin not rewriting the e-mail subject.

2003-10-29 Thread Daniel Poulin
All right. I removed the "defang_mime 1" statement from the local.cf file than I ran "spamassassin --lint" got an error for the "report_header 1" statement so I removed it also so my local.cf file now looks like this : # This is the right place to customize your installation of SpamAssassin. #

Re: [SAtalk] Spamassassin not rewriting the e-mail subject.

2003-10-29 Thread Matt Kettler
At 09:15 AM 10/29/03 -0500, you wrote: Hi everyone, required_hits 8.0 rewrite_subject 1 fold_headers 1 report_header 1 use_terse_report 1 defang_mime 1 dns_available no dcc_add_header 1 use_dcc 1 One thing I can spot right away is that you need to remove the defang_mime statement from your local