Re: [courier-users] using .mailfilters

2016-02-11 Thread André Rothe
Thanks for your comments, I have changed the necessary things. Andre Sam Varshavchik wrote: > set -e ls mailfilters/[0-9]* | sed -e 's/^/include "/' | sed -e > 's/$/"/' > mailfilters/list.tmp mv mailfilters/list.tmp > mailfilters/list > -

Re: [courier-users] using .mailfilters

2016-02-09 Thread André Rothe
Thank you for your answer > .mailfilters is used by maildrop's embedded mode. Those files should > not be mixed with delivery mode instructions (the .mailfilter file), AFAIK. Okay, I use delivery mode, so it will not work. > > As far as I can tell, "include" doesn't support globs, either. I ha

[courier-users] using .mailfilters

2016-02-09 Thread André Rothe
Hi, I try to split my maildrop rules into different files ordered by filename. Now I would like to execute all these files in batch till one rule will match and exit maildrop. The only file, which maildrop executes is .mailfilter in the user's home. But it should execute all files within .mailfil