IP Octet Patern Match

Erno Kuusela erno-news at erno.iki.fi
Mon Jan 22 19:07:49 EST 2001


In article <3A6CBDC4.C5F292C9 at tampabay.rr.com>, Kevin Fiscus
<kfiscus at tampabay.rr.com> writes:

| I am extremely new to Python.  Can anyone help me to design a script
| that will find the IP addresses from email headers and write the entire
| line where they are found to another text file?

rfc822.Message(...).getallmatchingheaders('received')

  -- erno



More information about the Python-list mailing list