Re: [Exim] (no subject)

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Christopher Snell
Data:  
Para: Tristram Cheer
CC: exim-users
Assunto: 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
>