On 18 Aug 2013, at 19:46 , Benny Pedersen <m...@junc.eu> wrote:
> LuKreme skrev den 2013-08-19 01:53:
> 
>> Since I've switched to dovecot, is there a way to mark a message on
>> delivery as read or not new or seen?
> 
> http://www.emaildiscussions.com/showthread.php?t=43128
> 
> it just require sieve


On 19 Aug 2013, at 01:45 , Robert Schetterer <r...@sys4.de> wrote:
> # File messages from a mailing list I never get round to reading,
> # and mark them as read so I don't feel guilty.
> if header :contains ["From"] "mailingl...@example.com" {
>    setflag "\\Seen";
>    fileinto "FolderName/MailboxName";
>    stop;
> }

I am assuming that sieve acts as a LDA like procmail, so it's an either/or? I 
have a *lot* of procmail recipes I've written over the last 20 years or so.

-- 
I get the feeling that some people's idea of heaven is an "I told you
so" T-shirt - mmalc

Reply via email to