On Wed, Jun 06, 2007, Marc Perkel wrote:
> I'm looking for regular expressions that I can use in Received headers
> to pick out IP addresses

/^from\s.*?\[([^ \]]+)\]/s

Some validation of the captured string will be necessary.

-- 
Whenever you find that you are on the side of the majority, it is time
to reform.
                -- Mark Twain

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to