I just made a new procmail plugin based off of this plugin that corrects
this problem.  Should be available very soon.

Deano!! said:
> we are trying to use procfilter 2.0 with squirrelmail 1.4.0 and courier
> imap with no luck.
>
> the problem is that sqimap_mailbox_list() returns a list of imap folders
> that looks like this
> INBOX
> INBOX.Folder
> INBOX.Folder.Subfolder
>
> however, in courier imap maildirs work like this:
>
> INBOX = ~/Maildir
> INBOX.Folder = ~/Maildir/.Folder
> INBOX.Folder.Subfolder = ~/Maildir/.Folder.Subfolder
>
> i assume that at some point squirrelmail maps "INBOX" to "~/Maildir"
> procfilter is not so savvy. it just takes the mailbox name as provided
> by squirrelmail and writes to to .procmailrc. which does not
> work
>
> interestingly, procfilter_conf.php allows you to define a $MAILDIR
> variable! if procfilter were to replace INBOX with $MAILDIR/
> things would work perfectly.
>
> so instead of
>
> *From:[EMAIL PROTECTED]
> INBOX.Folder.Subfolder
>
> procfilter would write
>
> *From:[EMAIL PROTECTED]
> $MAILDIR/.Folder.Subfolder
>
> however, i am not smart enough to make this change, and i'm not sure if
> this would break compatibility with other imap servers?
> does anyone have a working procmail filter solution for courier imap?
>
> thanks!
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> --
> squirrelmail-users mailing list
> List Address: [EMAIL PROTECTED]
> List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
> List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>


============
Jon Stroud
BS Climbing
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to