Mark Constable wrote:
> Well looking at exactly how sqwebmail creates entries then
> this might be more accurate...
> 
>   if ((/^To: [EMAIL PROTECTED]/))
>   {
>     to "./Maildir/.Courier/."
>   }
> 
> I think the trailing slash in .Courier/ is needed otherwise
> it may write to a mbox format file if the ~/Maildir/.Courier
> folder does not exist.

Ok...  This is starting to make sense...  So in my if statement...  Why
do I need the two () groups?

Also...  What is the /^ mean?  Why isn't it / instead?

Makes sense that I wasn't escaping the - though, that could cause issues
with either one of my filters (that was just one) both are for email lists.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to