Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
d00p committed Oct 9, 2024
2 parents 00bdadb + 5622ce5 commit 8613061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Froxlor/Cron/Mail/Rspamd.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function writeConfigs()

// get all email addresses
$antispam_stmt = Database::prepare("
SELECT email, spam_tag_level, spam_kill_level, bypass_spam, policy_greylist, iscatchall
SELECT email, spam_tag_level, rewrite_subject, spam_kill_level, bypass_spam, policy_greylist, iscatchall
FROM `" . TABLE_MAIL_VIRTUAL . "`
ORDER BY email
");
Expand Down

0 comments on commit 8613061

Please sign in to comment.