Evan Platt wrote: > At 01:37 PM 10/6/2006, you wrote: > > > > :0fw: spamassassin.lock > > > > |spamd -L -c -s 512000 > > > > This should be: > > > > spamc -c -s 512000 > > > > > Now it appears spamassassin isn't checking mail at all, as the > > > mail isn't marked up at all. > > > > > > My cron entry upon bootup is: > > > > > > /opt/local/bin/spamd -L > > > > Get rid of the '-L'. > > That went from bad to worse... It looked for a while like all > messages were being scored as 0, but it actually is basically > blackholing messages. I'd ses entries in my mail log, but no mail in > my inbox: > <removed log info> > > Then took out > > :0fw: spamassassin.lock > > |spamc -c -s 512000 > > From my procmail, and it's fine - well obviously no spamassassin > scores. > > I'm at my wits end, and the fact that I'm sick isn't helping much > either. :(
I'm not familiar with the procmail syntax. When you do "|program", what is the expected output of the command? If it expects to get the filtered email back from the program, you will need to leave off the '-c' like this: |spamc -s 512000 -- Bowie Bailey