php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #62201 unchecking "Enable email for my account" does not stop email
Submitted: 2012-06-01 00:53 UTC Modified: 2012-06-05 21:20 UTC
From: danielc@php.net Assigned: bjori (profile)
Status: Closed Package: Systems problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2012-06-01 00:53 UTC] danielc@php.net
Description:
------------
I unchecked the "Enable email for my account" option on master.php.net but I'm still getting email.  I even sent a test email to myself and it went through.

Here's some of the postfix log covering osu1php handing off the mail to the final destination, analysisandsolutions.com.  Times are UTC -4.

May 31 14:42:47 foo postfix/smtpd[9]: 99EF419073: client=osu1php.osuosl.
org[140.211.15.143]
May 31 14:42:47 foo postfix/cleanup[7]: 99EF419073: message-id=<20120531
184239.GA21691@panix.com>



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-06-05 21:20 UTC] bjori@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: bjori
 [2012-06-05 21:20 UTC] bjori@php.net
This should be fixed now.
The query retrieving the username was missing a "only who have email enabled" 
checks.
Actually, it was missing the "is approved account" check too! :]

These checks probably got lost in space when we moved servers few months ago.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 15:01:32 2024 UTC