6 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] question about virtua...
FromSent OnAttachments
Joseph W, BreuAug 15, 2002 2:48 pm 
Sean RimaAug 15, 2002 10:36 pm 
Joseph W, BreuAug 22, 2002 6:26 am 
Sean RimaAug 25, 2002 4:02 am 
Joseph W, BreuAug 25, 2002 11:48 am 
Sean RimaAug 25, 2002 1:49 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:Re: [maildropl] question about virtual accounts and mail filtering...Actions...
From:Joseph W, Breu (br@test.cfu.net)
Date:Aug 22, 2002 6:26:43 am
List:net.sourceforge.lists.courier-maildrop

include will only include a set of statements in the format, include "/path/to/my/stuff" but I am not sure if you can include something that is created on the fly. You could try something like: '/path/to/my/perl/script > /path/to/my/mailfilter/perltemp' include "/path/to/my/mailfilter/perltemp"

But I have a nasty feeling that this would send the message to the script and exit.

That's kind of what I figured. I resorted to modifying a .mailfilter in the user directory, and then changed my maildroprc file to read:

exception { include "/var/spool/mail/$DEFAULT/.mailfilter" }

Then, I modified the web app that the users can use to generate their filters to write out a new .mailfilter when they are finished editing.