Skip to content

Commit

Permalink
add 'rewrite_subject' field to select query for rspamd config
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
  • Loading branch information
d00p committed Oct 9, 2024
1 parent 0522336 commit 5622ce5
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 5622ce5

Please sign in to comment.