RE: PROCMAILRC problem

2004-11-04 Thread Kang, Joseph S.
> -Original Message-
> From: marti [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, November 04, 2004 3:53 PM
> To: [EMAIL PROTECTED]; Spamassassin
> Subject: RE: PROCMAILRC problem
> 
> 
>  
> 
> |-Original Message-
> |From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> |Sent: 04 November 2004 18:31
> |To: users@spamassassin.apache.org
> |Subject: PROCMAILRC problem
> |
> |Here is my procmailrc :
> |
> |===
> |===
> |LOGFILE=/var/log/procmail.log
> |DROPPRIVS=yes
> |
> |:0fw:
> |* < 256000
> || /usr/bin/spamc -f
> 
> Might be worth changing this to:-
> 
> :0fw: spamc.lock
> * < 256000
> | /usr/bin/spamc
> 

I thought I read somewhere recently that lock files are superfluous for
spamc/spamd configs.  I wish I could remember where I'd read it, now!

-Joe K.


Re: PROCMAILRC problem

2004-11-04 Thread Theo Van Dinter
On Thu, Nov 04, 2004 at 09:53:03PM -, marti wrote:
> || /usr/bin/spamc -f
> Not sure what the -f suffix is for, I see no such suffix in the man pages

It's a deprecated option.  It's accepted but doesn't do anything these days.
fyi.

-- 
Randomly Generated Tagline:
"I find this a nice feature but it is not according to the documentation.
 Or is it a BUG?"
 "Let's call it an accidental feature. :-)"
  -- Larry Wall in <[EMAIL PROTECTED]>


pgpOwjkYUmCsa.pgp
Description: PGP signature


RE: PROCMAILRC problem

2004-11-04 Thread marti
 

|-Original Message-
|From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
|Sent: 04 November 2004 18:31
|To: users@spamassassin.apache.org
|Subject: PROCMAILRC problem
|
|Here is my procmailrc :
|
|===
|===
|LOGFILE=/var/log/procmail.log
|DROPPRIVS=yes
|
|:0fw:
|* < 256000
|| /usr/bin/spamc -f

Might be worth changing this to:-

:0fw: spamc.lock
* < 256000
| /usr/bin/spamc

Not sure what the -f suffix is for, I see no such suffix in the man pages

Martin



Re: PROCMAILRC problem

2004-11-04 Thread Pete Conkin
- Original Message - 
From: <[EMAIL PROTECTED]>
>
> :0:
> * ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*
> HERE I'D LIKE TO DELETE THE MESSAGE THAT HAVE THAT MUCH TAGS HOW IS IT
POSSIBLE

You could send it to /dev/null using something like:

{
:0
/dev/null
}

  Pete




PROCMAILRC problem

2004-11-04 Thread hitete
Here is my procmailrc :

==
LOGFILE=/var/log/procmail.log
DROPPRIVS=yes

:0fw:
* < 256000
| /usr/bin/spamc -f

:0:
* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*
HERE I'D LIKE TO DELETE THE MESSAGE THAT HAVE THAT MUCH TAGS HOW IS IT POSSIBLE
?

:0:
* ^X-Spam-Status: Yes
$HOME/SPAM
==

So what I wanna do is if the mail has 10 hits it gets deleted, or else if it is
spam it goes to the SPAM folder.

My procmailrc isn't correct since I have these errors in logs :


procmail: Couldn't determine implicit lockfile from "/usr/bin/spamc"
procmail: Incomplete recipe


What am I doing wrong ?.
/Hitete