Re: [SAtalk] .forward question

2002-07-02 Thread Harold Hallikainen
Thanks for the several responses! It works great now! Harold "Tony L. Svanstrom" wrote: > On Mon, 1 Jul 2002 the voices made Harold Hallikainen write: > > > |IFS=' ' && exec /usr/bin/procmail -f- || exit 75 #harold > > Try something like this, _with_ the quotemarks (too tired to remember what

Re: [SAtalk] .forward question

2002-07-02 Thread Tony L. Svanstrom
On Mon, 1 Jul 2002 the voices made Harold Hallikainen write: > |IFS=' ' && exec /usr/bin/procmail -f- || exit 75 #harold Try something like this, _with_ the quotemarks (too tired to remember what they're called or look them up in the dictionary; woke up because of a phonecall :-( ). "|IFS=' '

Re: [SAtalk] .forward question

2002-07-02 Thread Bob Proulx
> So, reviewing the README file with SpamAssassin, I put the following in my >.forward: > > |IFS=' ' && exec /usr/bin/procmail -f- || exit 75 #harold You're missing the double-quotes. Put those in the file and you should be fine. They were not quoting text to put in the file. Those quote

[SAtalk] .forward question

2002-07-01 Thread Harold Hallikainen
I had SpamAssassin working great until last week when my ISP changed something. Prior to that, I did not need a .forward file. It seemed to run mail through the .procmailrc on its own. Well, the mail stopped going through SpamAssassin, and the spam started coming in! So, reviewing the RE