Greetings.

In article <[EMAIL PROTECTED]>, Tristan
Miller wrote:
> I use Fetchmail to fetch mail from various POP3 and IMAP accounts and
> Procmail to pipe the retrieved mail through SpamAssassin (using spamd).
> This works fine, except that the first few messages fetched after booting
> don't seem to get processed by SpamAssassin.  This means I end up with
> about a half-dozen spam mails in my inbox every time I start up my
> machine after it's been off for a few hours.
> 
> I suspect the problem is that my system loads the Fetchmail daemon first,
> and then the SpamAssassin daemon a few seconds later; in the few seconds
> that Fetchmail runs, it manages to download a dozen or so messages and
> pipes them to spamc, which can't connect to spamd and so passes the
> message through unchanged.

Actually, turns out I was wrong.  spamd is 21st on the list (S12), whereas
fetchmail is second-last at 34th (S15).  Therefore changing the order of
the startup scripts might not have much effect -- fetchmail can't go much
later on the list, since it's already second-last, and spamd can't go much
earlier, because it depends on network a few entries up.

Maybe spamd is just taking too long to start up...?

Regards,
Tristan

-- 
   _
  _V.-o  Tristan Miller [en,(fr,de,ia)]  ><  Space is limited
 / |`-'  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=  <>  In a haiku, so it's hard
(7_\\    http://www.nothingisreal.com/   ><  To finish what you

Reply via email to