On Wednesday 21 April 2004 08:52, Matt Savigear wrote: > I'm getting to the point where I am entirely happy to grovel for > assistance. As with many folk I'm using SpamAssassin and want to delete > certain mails. I have checked the lists, and come up with a number of > methods. None of them actually work - whatever I try, the mail _always_ > gets requeued for another delivery attempt. Eventually it bounces, which > given the fact that most headers are faked gives me some problems.
"to /dev/null" won't work because of how courier tries to deliver mail. It has to do with file locking I think - but the end result is it won't work. I'm not sure why you're having trouble with the others. Here's what I do (YMMV). I've got a user in my userdb called "null". In null's $HOME directory there's a .courier file with a single newline (\n) in it (a NON-empty .courier file). When I want to drop a message I send it to "null" and it disappears. Hope that helps. Jeff Jansen ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
