1 message in net.sourceforge.lists.courier-maildrop[maildropl] vpopmail + maildrop problem.
FromSent OnAttachments
Jonathan FortinFeb 19, 2002 2:15 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] vpopmail + maildrop problem.Actions...
From:Jonathan Fortin (j.fo@akalink.com)
Date:Feb 19, 2002 2:15:45 pm
List:net.sourceforge.lists.courier-maildrop

Helllo,

I have read all the mailing list threads, did profound searches and im still
left in the dark.

Basically, i got

.qmail-username with

|/usr/local/bin/maildrop ./username/Maildir/mailfilter

maildrop is user vpopmail group vchkpw mode 755

and when an email comes in as user@blah.com, it executes maildrop's filter
fine.

my filter file is

DEFAULT="/usr/local/vpopmail/domains/blah.com/username/Maildir" HOME="/usr/local/vpopmail/domains/blah.com/username"

if ( /^Subject: bud/ )

{

exit

}

When i email user@blah.com, it drops the email even if the subject is not
'bud'. and when i replace exit with to $DEFAULT, it will throw all emails in $DEFAULT
wether it matches or not.

I am really lost... any help is appreciated.

thank you.

jonathan