On Sun, 14 Jun 2009, Charles Gregory wrote:

On Sat, 13 Jun 2009, MySQL Student wrote:
             Received: from [78.97.185.89] (unknown
             [78.97.185.89])
             Message-ID:
             <krszdjkabfqdkcf.iodbkvqhqtyymyw83588989...@[78.97.185.89]>

 Do they all have message ID's that include the IP?

 Yeah, great, it looks like they all do. Would something like this work?

 header???? MYMSGIP ?? Message-ID =~ /78.97.185.89/

Don't miss those square brackets. I consider them a distinctive quality (unless these were added by your mail client?)....

A suggeste drule would be:

header MSGIDIP Message-Id =~ /\...@\[[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\]/

Refine that just a tiny bit:

header MSGIDIP Message-Id =~ 
/\...@\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\]/


--
 John Hardin KA7OHZ                    http://www.impsec.org/~jhardin/
 jhar...@impsec.org    FALaholic #11174     pgpk -a jhar...@impsec.org
 key: 0xB8732E79 -- 2D8C 34F4 6411 F507 136C  AF76 D822 E6E6 B873 2E79
-----------------------------------------------------------------------
  We have to realize that people who run the government can and do
  change. Our society and laws must assume that bad people -
  criminals even - will run the government, at least part of the
  time.                                               -- John Gilmore
-----------------------------------------------------------------------
 4 days until SWMBO's Birthday

Reply via email to