projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b68dca1
)
Email from forums is marked as "bulk" to reduce vacation bounces etc
author
moodler
<moodler>
Fri, 7 May 2004 03:31:01 +0000
(
03:31
+0000)
committer
moodler
<moodler>
Fri, 7 May 2004 03:31:01 +0000
(
03:31
+0000)
mod/forum/lib.php
patch
|
blob
|
history
diff --git
a/mod/forum/lib.php
b/mod/forum/lib.php
index 5902995df39f639139d59cc5d080a9a6f1b7c5c0..4634d7a86a52f3ca16fdbac664075dba254cdf29 100644
(file)
--- a/
mod/forum/lib.php
+++ b/
mod/forum/lib.php
@@
-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;