[EMAIL PROTECTED] wrote:
>  > /^reply-to:[EMAIL PROTECTED](\.org|\.net)[EMAIL PROTECTED](\.org|\.net)\$/igm
> 
> This is probably a sufficient pattern, but one distinguishing feature
> in the examples was that the same address would be repeated twice.

Think there were instances with two different addresses.

> Also the examples are in the .com domain so the restriction to .org/.net
> is wrong.

Sure.  Would have to add one for each domain.

> I'd go with simply:
> 
>   /^Reply-to:\s+(\S+)\s+\1/i

I like the \1 -- "backreference" as I've come to know.

/(^reply-to:([EMAIL PROTECTED]){2})/i

Bryan

> I'm guessing the multi-line appearance was simply due to word wraps in
> Robert's mail program, and not actually there in the original headers.
> 
> /* era */
> 
> --
> The email address era     the contact information   Just for kicks, imagine
> at iki dot fi is heavily  link on my home page at   what it's like to get
> spam filtered.  If you    <http://www.iki.fi/era/>  500 pieces of spam for
> want to reach me, see     instead.                  each wanted message.
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click

-- 
Nothing in the world has more potential for beauty than woman.  Nothing
has more potential to destroy it, than the world. - (Anonymous)

http://www.wecs.com/content.htm

This signature file is generated by Pick-a-Tag !
Written by Jeroen van Vaarsel
http://www.google.com/search?hl=en&ie=ISO-8859-1&q=pick-a-tag



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to