Skip to content

Commit ef770c7

Browse files
author
Till Brehm
committed
Do not move files to junk when autoresponder is on, just dont send an autoresponse when mail is marked as spam.
1 parent d452b52 commit ef770c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/conf/sieve_filter_1.2.master

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ keep;
2727

2828
# Move spam to spam folder
2929
if header :contains "X-Spam-Flag" "YES" {
30-
fileinto "Junk";
3130
# Stop here so that we do not reply on spams
3231
stop;
3332
}

0 commit comments

Comments
 (0)