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
2019-01-09 20:12:17 +01:00

6 lines
94 B
Sieve

require "imap4flags";
require "vnd.dovecot.execute";
setflag "\\seen";
execute :pipe "spam";