On Thu, 2004-11-11 at 14:59, Jeff Ramsey wrote: > Hi all, > I am using SA 3.0.1, spamass-milter 0.2.0, and Sendmail 8.12.11. Seems > to work fine. I am using it with the sql tables and everything. There is > one problem. I am getting a duplicate for about 2/3 of the mail that is > processed by the server. Here are the flags set for each app: > Spamassassin: > SPAMDOPTIONS="-u spamassassin -D -d -m10 -x -q" > > Spamass-milter: > SOCKET=/var/run/spamassassin/spamass.sock > EXTRA_FLAGS="-f -d3 -b junkmail" > > Sendmail: > sendmail.mc compilied with: > INPUT_MAIL_FILTER(`spamassassin', > `S=local:/var/run/spamassassin/spamass.sock, F=, > T=C:15m;S:4m;R:4m;E:10m')dnl > > I thought I had this working, and then I started to notice the > duplicates. Maybe there is something I have changed? Maybe it's just a > configuration issue. I have stopped the SA and milter apps, and > recompiled my cf file to not use the milter to make certain that this is > what is causing the issue.
Is there a timeout period for message parsing for either sendmail, SA, or SA-milter? I think this may be due to me having my SQL lookups take a bit too long. I'm testing this theory out now... Jeff