--jeff jansen wrote on 29.05.2002 09:19 +0000: > Sam, > > Is there any way to have multiple mail filters for a specific account where > one is $HOME/.mailfilter for webmail to use and then another which is edited > manually? I have a couple of accounts where I want the users to be able to > create their own autoreplies, etc. using the webmail interface, but then I > also want to do some filtering which can't be set up through webmail (running > the message through xfilter, forwarding it to another program, etc.) I also > don't want them to be able to mess with the filters that I create (hence I > don't want to put them into $HOME/.mailfilter where webmail will see them).
You may specify the name of the invoked filter, either in .courier or as $MAILDIR: |maildrop -A "$RPLINE" -A "$DTLINE" .usermailfilter and then include .mailfilter from there. > I tried setting up a separate filter as $HOME/.mailfilters/mailfilter, but > maildrop seemed to ignore it and only use $HOME/.mailfilter. Thats something different, files in .mailfilters/ will be used by the whitelist-api only. Roland _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
