[Dovecot] Using procmail to mark messages as read in dovecot

LuKreme kremels at kreme.com
Tue Aug 20 06:42:22 EEST 2013


On 18 Aug 2013, at 19:46 , Benny Pedersen <me at 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 <rs at 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"] "mailinglist at 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



More information about the dovecot mailing list