Or I'd guess just upload a new sieve script every month / year / <insert
frequency here>, which of course could be a scripted task.


On Mon, 2007-03-26 at 19:41 +0200, Guido A.J. Stevens wrote:
> >> I want to put incoming messages into folders, based on current year
> and month
> 
> You can do that with a procmail delivery.
> 
> :0 c
> * ^From:[EMAIL PROTECTED]
> {
>         YEARFOLDER="Archive/foo-bar-`date +%Y`"
>         :0: archive
>         | /usr/sbin/dbmail-smtp -u yourusername -m "$YEARFOLDER"
> }
> 
> 
> YMMV. 
-- 
Jesse Norell - [EMAIL PROTECTED]
Kentec Communications, Inc.

_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to