Re: [Exim] (no subject)

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Christopher Snell
日付:  
To: Tristram Cheer
CC: exim-users
題目: 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
>