Re: mail filters

2022-12-19 Thread Shawn Heisey
On 12/19/22 11:08, mick.crane wrote: On 2022-12-19 16:07, Shawn Heisey wrote: I actually have a filter for exactly that purpose: https://www.dropbox.com/s/5alqcawio2e1vki/roundcube_managesieve_lkml.png?dl=0 I should experiment further then to see what filters actually do. "stop evaluating

Re: mail filters

2022-12-19 Thread mick.crane
On 2022-12-19 16:07, Shawn Heisey wrote: I actually have a filter for exactly that purpose: https://www.dropbox.com/s/5alqcawio2e1vki/roundcube_managesieve_lkml.png?dl=0 I should experiment further then to see what filters actually do. "stop evaluating rules" in next to last filter seemed to

Re: mail filters

2022-12-19 Thread Shawn Heisey
On 12/18/22 20:59, mick.crane wrote: On 2022-12-13 00:42, John Stoffel wrote: Maybe you're filtering the wrong way? I use something like this and it's pretty good:    require ["fileinto", "envelope"];    require "imap4flags";    require "regex";    if header :contains "Sender"

Re: mail filters

2022-12-18 Thread mick.crane
On 2022-12-13 00:42, John Stoffel wrote: Maybe you're filtering the wrong way? I use something like this and it's pretty good: require ["fileinto", "envelope"]; require "imap4flags"; require "regex"; if header :contains "Sender" "linux-kernel-ow...@vger.kernel.org" {

Re: mail filters

2022-12-12 Thread Benny Pedersen
John Stoffel skrev den 2022-12-13 01:42: I use something like this and it's pretty good: require ["fileinto", "envelope"]; require "imap4flags"; require "regex"; can be merged into one line if header :contains "Sender" "linux-kernel-ow...@vger.kernel.org" { fileinto

Re: mail filters

2022-12-12 Thread John Stoffel
> "mick" == mick crane writes: > I'm using what ever is in Debian Bookworm, I'm pretty sure. > These filters? sieve of some sort. > I collect from different email addresses like gmail and that. If > filter for the "Sent to" email address, move to this directory If > "From" contains

mail filters

2022-12-12 Thread mick.crane
I'm using what ever is in Debian Bookworm, I'm pretty sure. These filters? I collect from different email addresses like gmail and that. If filter for the "Sent to" email address, move to this directory If "From" contains "blah", move to this other directory. If something is Sent to and also From

[Dovecot] Mail filters in incoming message

2013-11-19 Thread Jos Chrispijn
With my iMap client, I use various mail rules to move specific email to the right mail folders. Downside of that is that is this mailclient is not online, all email is stuck in my inbox, which makes reading email by mobile phone kind of chaotic. I have seen several Pigeonhole Sieve examples,

Re: [Dovecot] Mail filters in incoming message

2013-11-19 Thread LuKreme
On Nov 19, 2013, at 3:30, Jos Chrispijn dove...@webrz.net wrote: I have seen several Pigeonhole Sieve examples, but I would like to know if there is a nub solution (I am not a programmer) to run filters when they enter my mail server (Postfix 2.10.2,1 icw Dovecot 1.2.17) or if there is a

Re: [Dovecot] Mail filters in incoming message

2013-11-19 Thread Reindl Harald
Am 19.11.2013 15:46, schrieb LuKreme: On Nov 19, 2013, at 3:30, Jos Chrispijn dove...@webrz.net wrote: I have seen several Pigeonhole Sieve examples, but I would like to know if there is a nub solution (I am not a programmer) to run filters when they enter my mail server (Postfix 2.10.2,1

Re: [Dovecot] Mail filters in incoming message

2013-11-19 Thread LuKreme
On 19 Nov 2013, at 07:52 , Reindl Harald h.rei...@thelounge.net wrote: which does not change anything in the fact you need to know how to write sieve rules as you clearly can see on the screenshots https://addons.mozilla.org/en-us/thunderbird/addon/sieve/ Well, yes, but it seemed like the OP

Re: [Dovecot] Mail filters in incoming message

2013-11-19 Thread Tom Hendrikx
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 19-11-13 11:30, Jos Chrispijn wrote: With my iMap client, I use various mail rules to move specific email to the right mail folders. Downside of that is that is this mailclient is not online, all email is stuck in my inbox, which makes