All my sites are working OK ... can you provide more information?
Me too!
There was a little problem last week where my whole ISP got listed on a spamming blacklist (monkeys.com), and a few sites that rely on monkeys.com were bouncing back mail from my server
I'll keep an eye on it.
I made this post then went back and checked my profile and, voila, they're back.
I don't understand the part about my profile content changing but I don't understand a lot of things...
Issue re: profile page is missing all of my earlier "discussions started by" posts. Also much of the breadcrumb links are not evident on this new "low-content" profile page. I'm unable to reproduce this anomaly while viewing any other profile. Screenshot is me checking my profile using IE6

Try: http://moodle.org/user/view.php?id=2236&course=5

Hey!
I was a little to fast -
It seems to happend only at the news forum at the front page - when that forum is set to all get email from this forum - then all users get 2 copies of each posting in this forum. The forums in the courses seems to behave ok.
As it takes 30 min. plus to get email from the forumpostings I am not absolutly shure about this...
Yes, I think that's happening in my system as well.
Rick
Rick Danielson
real double posts ... sometimes people hit "back" and submit again, which causes double posts ... later after these are sent out they delete one of the copies.
multiple subscriptions ... under different accounts.
Rick's example implies to me that he has two separate accounts set up with different timezones.
http://moodle.org/mod/forum/discuss.php?d=2747#11827
http://moodle.org/mod/forum/discuss.php?d=2760#11828
http://moodle.org/mod/forum/discuss.php?d=2763#11829
Interestingly they have different information in the headers ... perhaps it's a phpmailer bug. I'll look into it.
Nope, I'm stuck in Sudbury running everything on my overworked server. The time zone I'm working in is "behind."
Rick
Exists the possibility that the cronjob is repeated without and with cpanel ????
Email 1
Return-path: <sddlzz@hotmail.com>
Envelope-to: sergio@alfaro.cl
Delivery-date: Sat, 27 Sep 2003 07:51:24 -0400
Received: from [69.56.135.106] (helo=server1.moodle.com)
by imperio.jj.cl with esmtp (TLSv1:DES-CBC3-SHA:168)
(Exim 4.23)
id 1A3Dbg-0002bt-CB
for sergio@alfaro.cl; Sat, 27 Sep 2003 07:51:24 -0400
Received: from nobody by server1.moodle.com with local (Exim 4.20)
id 1A3Dac-0002cr-I1
for sergio@alfaro.cl; Sat, 27 Sep 2003 19:50:18 +0800
To: sergio@alfaro.cl
Subject: Using Moodle: Re: How can i upload more than one files ?
Received: from phpmailer ([64.72.132.140])
by moodle.org with HTTP (PHPMailer);
Sat, 27 Sep 2003 19:50:18 +0800
Date: Sat, 27 Sep 2003 19:50:18 +0800
From: z xy <sddlzz@hotmail.com>
Message-ID: <c2566efe42a9a36e7c4f86c49265a125@moodle.org>
X-Priority: 3
X-Mailer: PHPMailer [version Moodle 2003091800]
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="b1_c2566efe42a9a36e7c4f86c49265a125"
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - server1.moodle.com
X-AntiAbuse: Original Domain - alfaro.cl
X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12]
X-AntiAbuse: Sender Address Domain - hotmail.com
email 2
Return-path: <sddlzz@hotmail.com>
Envelope-to: sergio@alfaro.cl
Delivery-date: Sat, 27 Sep 2003 07:51:08 -0400
Received: from [69.56.135.106] (helo=server1.moodle.com)
by imperio.jj.cl with esmtp (TLSv1:DES-CBC3-SHA:168)
(Exim 4.23)
id 1A3DbQ-0002bV-6v
for sergio@alfaro.cl; Sat, 27 Sep 2003 07:51:08 -0400
Received: from nobody by server1.moodle.com with local (Exim 4.20)
id 1A3DaR-0002Yb-Gu
for sergio@alfaro.cl; Sat, 27 Sep 2003 19:50:07 +0800
To: sergio@alfaro.cl
Subject: Using Moodle: Re: How can i upload more than one files ?
Received: from phpmailer ([64.72.132.140])
by moodle.org with HTTP (PHPMailer);
Sat, 27 Sep 2003 19:50:07 +0800
Date: Sat, 27 Sep 2003 19:50:07 +0800
From: z xy <sddlzz@hotmail.com>
Message-ID: <1c45f80865d4f88d957914c67d11f337@moodle.org>
X-Priority: 3
X-Mailer: PHPMailer [version Moodle 2003091800]
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="b1_1c45f80865d4f88d957914c67d11f337"
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - server1.moodle.com
X-AntiAbuse: Original Domain - alfaro.cl
X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12]
X-AntiAbuse: Sender Address Domain - hotmail.com
Atte,
Sergio
One is the normal one on moodle.com, using command-line PHP every 6 minutes.
The other was running on the OLD moodle.org host and used wget to call moodle.org via the web ... I closed that account months ago but somehow phpwebhosting.com never got around to deleting it! (I've now logged in there and deleted the cron job.)
The duplicate mails were occurring when the two jobs would strike the cron script at exactly the same second ... the first script would not have time to flag in the database that it processed a particular post already and so the second script would go ahead with processing it again.
Even though the forum module restricts this processing to once every 60 seconds, there is still a possible problem - someone could hit the script repeatedly and very occasionally be able to cause this double-mail situation. So it may be wise on bigger servers to restrict access to the admin/cron.php script only to trusted machines.
This can be done under Apache by making a .htaccess file in the admin directory with something like this in it:
<Files cron.php>
Order Deny,Allow
Deny from all
Allow from 111.222.333.444
</Files>
where the IP address is the address of the machine that needs to call the cron script.
Well... Now I'm also getting 2 email from each forum post...
It happened right after I subscribe myself to the webquest forum.. Maybe that has something to do with it.
Regards,
Will
You can just remove them from whichever one they shouldn't be in.