[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: exim (.forward)



On Sat, Aug 31, 2002 at 12:52:27AM +0200, Christian Schoenebeck wrote:
| Hi!
| 
| How do I handle a .forward file if I configured exim to use maildir format 
| instead of mbox? the 'save' command in a .forward file doesn't seem to work.
| 
| If I try this for example:
| ==========================================
| # Exim filter
| 
| if error_message then finish endif
| 
| if $header_subject: contains "this is a test"
| then
|     save $home/Maildir/.TestFolder
      save $home/Maildir/.TestFolder/
                                    ^
| endif
| ==========================================

| So is there a way to save messages in maildir format?

Put a trailing slash on the path so that exim knows you want to use
the directory_transport instead of the file_transport for delivery.

-D

-- 
How to shoot yourself in the foot with Java:
 
You find that Microsoft and Sun have released incompatible class
libraries both implementing Gun objects. You then find that although
there are plenty of feet objects implemented in the past in many other
languages, you cannot get access to one. But seeing as Java is so cool,
you don't care and go around shooting anything else you can find.
    (written by Mark Hammond)
 
http://dman.ddts.net/~dman/

Attachment: pgpzi2AaPVAbz.pgp
Description: PGP signature


Reply to: