[Dovecot] sieve filtert nicht
guten abend zusammen,
Beim Versuch Dovecot mit sieve zu nutzen, gibt es das Problem, das der Filter nicht greift. Hat jemand eine Idee, woran es hapert ?
System SuSE 10.3
in Postfix wurde mailbox_command = /usr/lib/dovecot/deliver zugefügt
die Datei /etc/dovecot/dovecot.conf wurde um protocol lda { # Address to use when sending rejection mails. postmaster_address = carsten@chatlabel.de ... # Enabling Sieve plugin for server-side mail filtering mail_plugins = cmusieve } ergänzt
~/.dovecot.sieve mit dem inhalt require "fileinto"; if header :contains "subject" ["test"] { fileinto "Archiv"; } else { # The rest goes into INBOX # default is "implicit keep", we do it explicitly here keep; } ist angelegt
die Mails landen aber noch in der Inbox
log:
Feb 19 17:30:23 server postfix/smtpd[31107]: connect from
mail.gmx.net[213.165.64.20]
Feb 19 17:30:23 server postfix/policyd-weight[12323]: decided
action=PREPEND X-policyd-weight: using cached result; rate: -8.5;
-- Ich fühlte ungeahnte Kraft, da spritzte schon der weisse Saft. Ich schwebte wie auf rosa Wolken, zum ersten mal ne Kuh gemolken!
- Dies ist ein Zufallstext und hat nichts mir dem Empfänger der Mail zu tun
Carsten,
dies ist eine englische Mailingliste. You need to write it in English.
p@rick
- Carsten Henkel dovecot@dovecot.org:
guten abend zusammen,
Beim Versuch Dovecot mit sieve zu nutzen, gibt es das Problem, das der Filter nicht greift. Hat jemand eine Idee, woran es hapert ?
System SuSE 10.3
in Postfix wurde mailbox_command = /usr/lib/dovecot/deliver zugefügt
die Datei /etc/dovecot/dovecot.conf wurde um protocol lda { # Address to use when sending rejection mails. postmaster_address = carsten@chatlabel.de ... # Enabling Sieve plugin for server-side mail filtering mail_plugins = cmusieve } ergänzt
~/.dovecot.sieve mit dem inhalt require "fileinto"; if header :contains "subject" ["test"] { fileinto "Archiv"; } else { # The rest goes into INBOX # default is "implicit keep", we do it explicitly here keep; } ist angelegt
die Mails landen aber noch in der Inbox
log:
Feb 19 17:30:23 server postfix/smtpd[31107]: connect from mail.gmx.net[213.165.64.20] Feb 19 17:30:23 server postfix/policyd-weight[12323]: decided action=PREPEND X-policyd-weight: using cached result; rate: -8.5;
from=geiercasi@gmx.de to=carsten@chatlabel.de; delay: 0s Feb 19 17:30:23 server postfix/smtpd[31107]: EE21D858006: client=mail.gmx.net[213.165.64.20] Feb 19 17:30:24 server postfix/cleanup[31310]: EE21D858006: message-id=47BB0430.4010506@gmx.de Feb 19 17:30:24 server postfix/qmgr[31078]: EE21D858006: from=geiercasi@gmx.de, size=1092, nrcpt=1 (queue active) Feb 19 17:30:24 server postfix/smtpd[31107]: disconnect from mail.gmx.net[213.165.64.20] Feb 19 17:30:27 server postfix/smtpd[31323]: connect from server.wunschradio.de[127.0.0.1] Feb 19 17:30:27 server postfix/smtpd[31323]: 99B82858017: client=server.wunschradio.de[127.0.0.1] Feb 19 17:30:27 server postfix/cleanup[31310]: 99B82858017: message-id=47BB0430.4010506@gmx.de Feb 19 17:30:27 server postfix/smtpd[31323]: disconnect from server.wunschradio.de[127.0.0.1] Feb 19 17:30:27 server amavis[30697]: (30697-06) Passed CLEAN, [213.165.64.20] geiercasi@gmx.de -> casi@server.wunschradio.de, Message-ID: 47BB0430.4010506@gmx.de, mail_id: z92vEMcCmz2c, Hits: -2.352, size: 1092, queued_as: 99B82858017, 3620 ms Feb 19 17:30:27 server postfix/qmgr[31078]: 99B82858017: from=geiercasi@gmx.de, size=1578, nrcpt=1 (queue active) Feb 19 17:30:27 server deliver(casi): maildir: root exists (/home/casi/Maildir) Feb 19 17:30:27 server deliver(casi): maildir: root=/home/casi/Maildir, index=/home/casi/Maildir, control=, inbox= Feb 19 17:30:27 server postfix/smtp[31384]: EE21D858006: to=casi@server.wunschradio.de, orig_to=carsten@chatlabel.de, relay=127.0.0.1[127.0.0.1]:10024, delay=3.9, delays=0.23/0/0/3.6, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 99B82858017) Feb 19 17:30:27 server postfix/qmgr[31078]: EE21D858006: removed Feb 19 17:30:27 server deliver(casi): msgid=47BB0430.4010506@gmx.de: saved mail to INBOX Feb 19 17:30:27 server postfix/local[31327]: 99B82858017: to=casi@server.wunschradio.de, relay=local, delay=0.27, delays=0.09/0/0/0.19, dsn=2.0.0, status=sent (delivered to command: /usr/lib/dovecot/deliver) Feb 19 17:30:27 server postfix/qmgr[31078]: 99B82858017: removed -- Ich fühlte ungeahnte Kraft, da spritzte schon der weisse Saft. Ich schwebte wie auf rosa Wolken, zum ersten mal ne Kuh gemolken!
- Dies ist ein Zufallstext und hat nichts mir dem Empfänger der Mail zu tun
-- state of mind Agentur für Kommunikation, Design und Softwareentwicklung
Patrick Koetter Tel: 089 45227227 Echinger Strasse 3 Fax: 089 45227226 85386 Eching Web: http://www.state-of-mind.de
Amtsgericht München Partnerschaftsregister PR 563
and you need to understand what i´m wrote *gg
thanks for this infomation. i will try to write this in english on the next mail :)
Patrick Ben Koetter schrieb:
Carsten,
dies ist eine englische Mailingliste. You need to write it in English.
p@rick
- Carsten Henkel dovecot@dovecot.org:
guten abend zusammen,
Beim Versuch Dovecot mit sieve zu nutzen, gibt es das Problem, das der Filter nicht greift. Hat jemand eine Idee, woran es hapert ?
System SuSE 10.3
in Postfix wurde mailbox_command = /usr/lib/dovecot/deliver zugefügt
die Datei /etc/dovecot/dovecot.conf wurde um protocol lda { # Address to use when sending rejection mails. postmaster_address = carsten@chatlabel.de ... # Enabling Sieve plugin for server-side mail filtering mail_plugins = cmusieve } ergänzt
~/.dovecot.sieve mit dem inhalt require "fileinto"; if header :contains "subject" ["test"] { fileinto "Archiv"; } else { # The rest goes into INBOX # default is "implicit keep", we do it explicitly here keep; } ist angelegt
die Mails landen aber noch in der Inbox
log:
Feb 19 17:30:23 server postfix/smtpd[31107]: connect from mail.gmx.net[213.165.64.20] Feb 19 17:30:23 server postfix/policyd-weight[12323]: decided action=PREPEND X-policyd-weight: using cached result; rate: -8.5;
from=geiercasi@gmx.de to=carsten@chatlabel.de; delay: 0s Feb 19 17:30:23 server postfix/smtpd[31107]: EE21D858006: client=mail.gmx.net[213.165.64.20] Feb 19 17:30:24 server postfix/cleanup[31310]: EE21D858006: message-id=47BB0430.4010506@gmx.de Feb 19 17:30:24 server postfix/qmgr[31078]: EE21D858006: from=geiercasi@gmx.de, size=1092, nrcpt=1 (queue active) Feb 19 17:30:24 server postfix/smtpd[31107]: disconnect from mail.gmx.net[213.165.64.20] Feb 19 17:30:27 server postfix/smtpd[31323]: connect from server.wunschradio.de[127.0.0.1] Feb 19 17:30:27 server postfix/smtpd[31323]: 99B82858017: client=server.wunschradio.de[127.0.0.1] Feb 19 17:30:27 server postfix/cleanup[31310]: 99B82858017: message-id=47BB0430.4010506@gmx.de Feb 19 17:30:27 server postfix/smtpd[31323]: disconnect from server.wunschradio.de[127.0.0.1] Feb 19 17:30:27 server amavis[30697]: (30697-06) Passed CLEAN, [213.165.64.20] geiercasi@gmx.de -> casi@server.wunschradio.de, Message-ID: 47BB0430.4010506@gmx.de, mail_id: z92vEMcCmz2c, Hits: -2.352, size: 1092, queued_as: 99B82858017, 3620 ms Feb 19 17:30:27 server postfix/qmgr[31078]: 99B82858017: from=geiercasi@gmx.de, size=1578, nrcpt=1 (queue active) Feb 19 17:30:27 server deliver(casi): maildir: root exists (/home/casi/Maildir) Feb 19 17:30:27 server deliver(casi): maildir: root=/home/casi/Maildir, index=/home/casi/Maildir, control=, inbox= Feb 19 17:30:27 server postfix/smtp[31384]: EE21D858006: to=casi@server.wunschradio.de, orig_to=carsten@chatlabel.de, relay=127.0.0.1[127.0.0.1]:10024, delay=3.9, delays=0.23/0/0/3.6, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 99B82858017) Feb 19 17:30:27 server postfix/qmgr[31078]: EE21D858006: removed Feb 19 17:30:27 server deliver(casi): msgid=47BB0430.4010506@gmx.de: saved mail to INBOX Feb 19 17:30:27 server postfix/local[31327]: 99B82858017: to=casi@server.wunschradio.de, relay=local, delay=0.27, delays=0.09/0/0/0.19, dsn=2.0.0, status=sent (delivered to command: /usr/lib/dovecot/deliver) Feb 19 17:30:27 server postfix/qmgr[31078]: 99B82858017: removed -- Ich fühlte ungeahnte Kraft, da spritzte schon der weisse Saft. Ich schwebte wie auf rosa Wolken, zum ersten mal ne Kuh gemolken!
- Dies ist ein Zufallstext und hat nichts mir dem Empfänger der Mail zu tun
-- Weiterbildung: "Warum haben Frauen ihre Tage?" Antwort:" Nachdem Eva vom Apfel ass, rief Gott:"Dafür wirst du Bluten!" Eva:"Kann ich auch in Raten zahlen?"
- Dies ist ein Zufallstext und hat nichts mir dem Empfänger der Mail zu tun
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Tue, 19 Feb 2008, Carsten Henkel wrote:
and you need to understand what i´m wrote *gg
Why should Patrick bother to understand _your_ request of support, do you pay him?!
die Datei /etc/dovecot/dovecot.conf wurde um
looks good.
~/.dovecot.sieve mit dem inhalt
that, too. Is there a file named ".dovecot.sievec" in the same directory as the above that has an elder modification time as .dovecot.sieve?
require "fileinto"; if header :contains "subject" ["test"] { fileinto "Archiv";
Does the folder already exists, otherwise dovecot-deliver requires an option to auto-create it (the option is good for testing, beyond all question).
die Mails landen aber noch in der Inbox
log:
You filter based on the subject line, but the logs does not show no subject line, so they are useless.
- Dies ist ein Zufallstext und hat nichts mir dem Empfänger der Mail zu ^^^ Aha. Bye,
Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHvTuvVJMDrex4hCIRAvlfAJ4xThqn2KHaIWIPDUZTUtCj6DmgMACfc400 gCZ8BialfpHVX9AKdPmvHVA= =URIa -----END PGP SIGNATURE-----
On Thu, 21 Feb 2008, Steffen Kaiser wrote:
On Tue, 19 Feb 2008, Carsten Henkel wrote:
and you need to understand what i´m wrote *gg
Why should Patrick bother to understand _your_ request of support, do you pay him?!
Not really pertinent to dovecot, but for future reference:
Doesn't the '*gg' indicate joking? I took it to mean "grinning" (but maybe I'm pulling that out of nothing).
Best, Ben
- Steffen Kaiser skdovecot@smail.inf.fh-bonn-rhein-sieg.de:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Tue, 19 Feb 2008, Carsten Henkel wrote:
and you need to understand what i´m wrote *gg
Why should Patrick bother to understand _your_ request of support, do you pay him?!
I think this is a case of Denglish - a German writing English. I read the reply as: (You need to write it in English) and "even if I did someone needs to be able to understand what I wrote". To me it's more a "excuse my bad English".
Anyway. Lot's of speculation. Let's do Dovecot instead. ;)
p@rick
die Datei /etc/dovecot/dovecot.conf wurde um
looks good.
~/.dovecot.sieve mit dem inhalt
that, too. Is there a file named ".dovecot.sievec" in the same directory as the above that has an elder modification time as .dovecot.sieve?
require "fileinto"; if header :contains "subject" ["test"] { fileinto "Archiv";
Does the folder already exists, otherwise dovecot-deliver requires an option to auto-create it (the option is good for testing, beyond all question).
die Mails landen aber noch in der Inbox log:
You filter based on the subject line, but the logs does not show no subject line, so they are useless.
- Dies ist ein Zufallstext und hat nichts mir dem Empfänger der Mail zu ^^^ Aha. Bye,
- -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHvTuvVJMDrex4hCIRAvlfAJ4xThqn2KHaIWIPDUZTUtCj6DmgMACfc400 gCZ8BialfpHVX9AKdPmvHVA= =URIa -----END PGP SIGNATURE-----
-- state of mind Agentur für Kommunikation, Design und Softwareentwicklung
Patrick Koetter Tel: 089 45227227 Echinger Strasse 3 Fax: 089 45227226 85386 Eching Web: http://www.state-of-mind.de
Amtsgericht München Partnerschaftsregister PR 563
Patrick Ben Koetter wrote:
- Steffen Kaiser skdovecot@smail.inf.fh-bonn-rhein-sieg.de: On Tue, 19 Feb 2008, Carsten Henkel wrote:
and you need to understand what i´m wrote *gg Why should Patrick bother to understand _your_ request of support, do you pay him?!
I think this is a case of Denglish - a German writing English. I read the reply as: (You need to write it in English) and "even if I did someone needs to be able to understand what I wrote". To me it's more a "excuse my bad English".
and even if my german is more than ridiculous, I understood the "and" at the beginning of Stephen post in its "natural" meaning: the sentence is to be added to yours (he needs to write in english _and_ people must understand his english).
Anyway. Lot's of speculation. Let's do Dovecot instead. ;)
yes, let's all have a dovecoit :)
participants (5)
-
Benjamin R. Haskell
-
Carsten Henkel
-
mouss
-
Patrick Ben Koetter
-
Steffen Kaiser