Closed Bug 842859 Opened 12 years ago Closed 12 years ago

Mailing lists mails have got a long delay on them

Categories

(mozilla.org Graveyard :: Server Operations, task)

All
Other
task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: david.weir, Assigned: mburns)

References

()

Details

the mailing list mails are delayed by about 5 or 6 hours at times or longer
Assignee: server-ops-webops → server-ops
Component: Server Operations: Web Operations → Server Operations
QA Contact: nmaul → shyam
01:16:08 <@mburns > [root@mailman2.mail.corp.phx1 ~]# mailq | tail -n1 01:16:09 <@mburns > -- 38615 Kbytes in 12463 Requests.
01:47:21 <limed> the issue is someone tried to mass subscribe as examplecom 01:47:29 <limed> which is why there is so many emails in the queue 01:48:19 <limed> it looks like thre is also a bunch of folks trying to mass subscribed to a bunch of mailing list with random emails btw 01:48:45 <limed> this person is actually trying to do bad stuff Feb 19 06:54:10 2013 (25683) addons-user-experience: pending "&ping -c 26 127.0.0.1 &" <netsparker@example.com> 190.179.183.183 Feb 19 06:54:11 2013 (25686) addons-user-experience: pending "\(select convert\(int,CHAR\(95\)+CHAR\(33\)+CHAR\(64\)+CHAR\(50\)+CHAR\(100\)+CHAR\(105\)+CHAR\(108\)+CHAR\(101\)+CHAR\(109\)+CHAR\(109\)+CHAR\(97\)\) FROM syscolumns\)" <netsparker@example.com> 190.179.183.183
Mailq has been purged [root@mailman2.mail.corp.phx1 ~]# mailq | tail -n1 -- 1776 Kbytes in 95 Requests.
Mailman is still trying to send out a bunch of registration confirmations to a non-existant address. I'm selectively purging from /var/spool/mailman/out/ and the postfix mailq. In the mean time, mail is still flowing. There should be no legit messages lost during this cleanup.
Assignee: server-ops → mburns
[root@mailman2.mail.corp.phx1 ~]# mailq | grep "netsparker=example.com" | awk '{print $1}' | postsuper -d - postsuper: Deleted: 3921 messages [root@mailman2.mail.corp.phx1 ~]# for file in `find /var/spool/mailman/out/ -name '*.pck'`; do if /usr/lib/mailman/bin/dumpdb $file | grep "^To: netsparker@example.com"; then if [ -e $file ]; then rm -f $file; fi; fi; done
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Can conform its Now working
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.