Ok. As mentioned in my other thread "Problems replacing postfix's virtual with maildrop.", I succeeded in configuring postfix to deliver to my virtual users with maildrop.

Now, I'm trying to learn the mailfilter language. I can't seem to get it to move a particular message to a subfolder of INBOX. I have verified that mailfilter is finding and using the .mailfilter file, by temporarily giving it world write permission and noting that maildrop complained about it in the maillog.

I want to have all mail that has a To: header containing "dhpotter+ste@" (without the quotes) to be moved to the "ste" subfolder of the inbox. I've tried:

if (/^To: [EMAIL PROTECTED]/)
{
  exception {
    to "$HOME/$DEFAULT/.Ste/"
  }
}

but it seems to do nothing and the mail land in the inbox.

What am I doing wrong?

-ste


------------------------------------------------------- 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

Reply via email to