----- Original Message ----- 
From: "Kevin" <[EMAIL PROTECTED]>



> Hi,
>
> Is it ok to do this:
>
> REVDNS -35 ENDSWITH .ebay.
>
> and it'll pick up ebay.com, ebay.ca and etc?

No, in this case it will only match if the end of the line is a period "."
I think what you want to do is:

    REVDNS -35 CONTAINS .ebay.

That will allow you to match ebay.com, ebay.ca and etc,

> What happens if someone has this as reverse spammy.ebay.spam.com? Will
this
> be valid too?

No, not with the ENDSWITH flag.  However, using CONTAINS would match
spammy.ebay.spam.com.  So maybe what you want to do is add multiple entries
for EBay like:

    REVDNS -35 ENDSWITH .ebay.com
    REVDNS -35 ENDSWITH .ebay.ca
    REVDNS -35 ENDSWITH .ebay.net

etc., which would prevent matches for things like spammy.ebay.spam.com, but
also provide the weight reductions you want for legit EBay messages.

Bill

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.JunkMail".  The archives can be found
at http://www.mail-archive.com.

Reply via email to