Email from forums is marked as "bulk" to reduce vacation bounces etc
This commit is contained in:
@@ -216,6 +216,8 @@ function forum_cron () {
|
||||
continue;
|
||||
}
|
||||
|
||||
$userfrom->precedence = "bulk"; // This gets added to the email header
|
||||
|
||||
if (! $discussion = get_record("forum_discussions", "id", "$post->discussion")) {
|
||||
echo "Could not find discussion $post->discussion\n";
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user