On Thu, 20 Nov 2003, Daniel Kaliel wrote:

> :0
> *
> ! [EMAIL PROTECTED]

You don't need the "*" line there.  No conditions is the same as an empty
condition.

> Does not deliver the email to the email on the server, instead fires
> everything off to there blackberry.

Right, a forwarded message is considered delivered.

> :0:
> *
> {
> :0 c
> ! [EMAIL PROTECTED]
> 
> :0
> serveraccount
> }

Again, you don't need the empty "*", but you also don't need the braces, 
and your lock is in the wrong place.  Just this:

:0 c
! [EMAIL PROTECTED]

:0:
serveraccount

However, if by "serveraccount" you mean the default delivery location for
the current user, then you don't need the second condition at all; default
delivery is always done at the end of the .procmailrc if no other delivery
happened first.

So you probably need nothing more than

:0 c
! [EMAIL PROTECTED]




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to