Re: [Exim] (no subject)

Pàgina inicial
Delete this message
Reply to this message
Autor: Christopher Snell
Data:  
A: Tristram Cheer
CC: exim-users
Assumpte: Re: [Exim] (no subject)
Try following each "save" command with a "finish" command. Example:

  elif $header_subject: contains "[dotnet]"
           then
               save $home/Maildir/.Dotnet/
               finish


Tristram Cheer wrote:

> I'm having issues with my .forward file, what I am tring to do is sort the
> incoming mail into subfolders, this works fine however I end up with the
> message sitting in the correct subfolder AND a copy of the message sitting
> in the inbox
>