--On Friday, January 25, 2002 16:16:21 +0100 Andreas Schuldei <[EMAIL PROTECTED]> wrote:
> how do I deliver to imap folders for a user? > is an Imap folder just a subdirectory in the users default > Maildir? > > does anyone have an example maildrop rule for me? if ( $FROM =~ /^courier-[^@]+@lists\.sourceforge\.net$/ ) to "$DEFAULT/.Lists.Courier" Above is the recipe I use for delivering all mail from this list to a subfolder named .Lists.Courier maildrop was built with: $DEFAULT = ./Maildir $FROM contains the 'envelope from' address. While on the subject -- is there a way to rewrite the Subject: header from within maildrop to get rid of the [courier-users] prefix? I already know the mail is [courier-users] mail, the recipe above delivers it to a seperate folder than my inbox. -- Yarema _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
