Re: [Exim] (no subject)

Top Page
Delete this message
Reply to this message
Author: Christopher Snell
Date:  
To: Tristram Cheer
CC: exim-users
Subject: 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
>