8 messages in net.sourceforge.lists.courier-maildrop[maildropl] maildrop: Unable to creat...
FromSent OnAttachments
Anoop RanganathFeb 3, 2003 5:05 pm 
Sam VarshavchikFeb 3, 2003 7:00 pm 
Anoop RanganathFeb 3, 2003 7:32 pm 
Sam VarshavchikFeb 3, 2003 8:17 pm 
Anoop RanganathFeb 3, 2003 8:48 pm 
Sam VarshavchikFeb 3, 2003 9:07 pm 
Anoop RanganathFeb 3, 2003 10:44 pm 
Anoop RanganathFeb 3, 2003 10:51 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] maildrop: Unable to create temporary file.Actions...
From:Anoop Ranganath (ano@ranganath.com)
Date:Feb 3, 2003 5:05:44 pm
List:net.sourceforge.lists.courier-maildrop

I've gone for the entire courier set up. Courier-MTA and maildrop. I've tossed Spamassassin into the mix for filtering. Here's my maildroprc:

if ($SIZE < 262144) { exception { xfilter "/usr/local/bin/spamc" } if (/^X-Spam-Flag: *YES/) { exception { to $DEFAULT/.Spam } } }

Simple enough. The problem is, that in the 20k size range, the xfilter line throws an exception and the spam headers don't get tacked on to the email. removing the exception wrapper and running maildrop from the command line

maildrop < mailfilename

generates the error "maildrop: Unable to create temporary file."

any clues?

Thanks, Anoop