1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/core/dovecot/conf/report-spam.sieve

6 lines
94 B
Sieve
Raw Normal View History

2019-01-09 20:53:52 +02:00
require "imap4flags";
require "vnd.dovecot.execute";
2019-01-09 20:53:52 +02:00
setflag "\\seen";
2018-10-17 18:48:28 +02:00
execute :pipe "spam";