Boat Drinks  

Go Back   Boat Drinks > General > General Disruption

Reply
 
Thread Tools Display Modes
Old 09-10-2007, 17:37   #21
Garp
Preparing more tumbleweed
 
Garp's Avatar
 
Join Date: Jun 2006
Location: Hawaii
Posts: 6,038
Default

Quote:
Originally Posted by Roberta View Post
This just perfectly proves my theory that men will be competitive over anything.
He started it with his talk about records

Just wanted to show he's got a long way to go yet.

Of those 700 "legitimate" maybe a dozen will be direct communications with me. Most of the rest will be monitoring, root e-mails, cron e-mails (from scheduled tasks) or general geeky multinational discussion between (usually) networks guys.

To be honest, I'd really rather I didn't get all of them, however just occasionally something can be spotted by their frequency / output that'll hint at a larger issue that needs fixed. I'd go loopy if I couldn't automatically filter out those 9k a day!

For the curious these simple rules are responsible for the deletion of 9k a day (probably no-one..):
Code:
# Crap to be ditched

if $h_X-BorderScout-Spam: matches "(96|97|98|99|100)\."
        then
        seen finish
endif

if $h_subject: contains "Delivery Status Notification"
or $h_subject: contains "Postfix SMTP server: errors from"
or $h_subject: contains "Returned mail: see transcript"
or $h_subject: contains "Returned mail: User unknown"
or $h_subject: contains "Warning: message"
or $h_subject: contains "Mail delivery failed: returning"
or $h_subject: contains "Postmaster notify"
or $h_subject: contains "Symantec Mail Security"
or $h_subject: contains "Mail virus incident report"
or $h_subject: contains "Virus received from"
or $h_subject: contains "RT Bounce: [Ticket"
or $h_subject: contains "failure notice"
or $h_subject: contains "DELIVERY FAILURE:"
or $h_subject: contains "Delivery Report (Failure)"
or $h_subject: contains "Undelivered Mail Returned To Sender"
or $h_subject: contains "McAfee Groupshield Alert"
or $h_subject: contains "Out of Office Autoreply"
or $h_subject: contains "Mail delivery error"
or $h_subject: contains "Failed email report"
or $h_subject: contains "Visit London Auto Response"
or $h_to: contains "ripe@netscalibur.co.uk"
and $h_to: does not contain "paul.graydon@uk.clara.net"
then
        seen finish
endif
Just remembered seeing some RT bounces so that part isn't working straight!
__________________
Mal: Define "interesting"?
Wash: "Oh, God, oh, God, we're all gonna die"?
Garp is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 15:40.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.