On Sat, 2007-04-07 at 12:04 +0700, Robert Nicholson wrote:
> should
> 
> save Maildir/.INBOX.cron/
> 
> save to a folder that IMAP folder prefix will see?

Yes. I use something like this:

# Exim users
if ("${if exists {$home/Maildir/.Lists.exim-users/} {yes}{no} }" is
"yes")
then
  if ($h_List-Id: contains "<exim-users.exim.org>")
  then
    save $home/Maildir/.Lists.exim-users/
  endif
endif

Graeme


-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to