Skip to content

Commit b739f38

Browse files
committed
If the user does not have the move to junk option enabled, mails should not be moved to junk! Therefore, only the further processing of mails should be stopped to prevent sending autoreplies to junk mails.
1 parent 3cf7f96 commit b739f38

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)