Email from forums is marked as "bulk" to reduce vacation bounces etc
authormoodler <moodler>
Fri, 7 May 2004 03:31:01 +0000 (03:31 +0000)
committermoodler <moodler>
Fri, 7 May 2004 03:31:01 +0000 (03:31 +0000)
mod/forum/lib.php

index 5902995df39f639139d59cc5d080a9a6f1b7c5c0..4634d7a86a52f3ca16fdbac664075dba254cdf29 100644 (file)
@@ -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;