mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-05-21 06:51:52 +00:00
Show spam aliases #
This commit is contained in:
12
data/web/rc/plugins/managesieve/tests/src/parser_vacation
Normal file
12
data/web/rc/plugins/managesieve/tests/src/parser_vacation
Normal file
@@ -0,0 +1,12 @@
|
||||
require ["vacation"];
|
||||
# rule:[test-vacation]
|
||||
if header :contains "Subject" "vacation"
|
||||
{
|
||||
vacation :days 1 text:
|
||||
# test
|
||||
test test /* test */
|
||||
test
|
||||
.
|
||||
;
|
||||
stop;
|
||||
}
|
||||
Reference in New Issue
Block a user