Spam Filter ISP Support Forum

  New Posts New Posts RSS Feed - Check valid MX record on receive
  FAQ FAQ  Forum Search   Register Register  Login Login

Check valid MX record on receive

 Post Reply Post Reply Page  12>
Author
BigDog View Drop Down
Newbie
Newbie


Joined: 26 January 2005
Location: United States
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote BigDog Quote  Post ReplyReply Direct Link To This Post Topic: Check valid MX record on receive
    Posted: 18 November 2004 at 4:12pm

Ok, this did seem good and I am stopping a lot of spam but I am getting a lot of messages rejected from server like mil.gov and fema.gov; also just about every list server that I have user on are also getting mail bounced due to checking for valid MX record.  I am being force to turn this option off. 

Not all valid out going email servers will have valid MX records, while this check does knock out some spam, is it worth losing one valid email message for every 500 messages that are spam?  

Back to Top
LogSat View Drop Down
Admin Group
Admin Group
Avatar

Joined: 25 January 2005
Location: United States
Status: Offline
Points: 4104
Post Options Post Options   Thanks (0) Thanks(0)   Quote LogSat Quote  Post ReplyReply Direct Link To This Post Posted: 18 November 2004 at 6:59pm
Wes,

While technically per RFC2821 domains are not *required* to have an MX record, the RFC was written back in the days where spam was a non-issue. Nowdays things are different. Most administrators should be aware that a properly configured DNS should include one or more MX records for their email system, just like properly configured and legitimate server should have a reverse DNS entry.

It would appear surprising that fema.gov does not have an MX record. However that not their only problem. If you check their DNS, you will find that they have an A record for fema.gov, 166.112.200.200. The RFC states that if the MX records is not present, mails servers should use that instead. As of right now, there is no mail server listening on that IP address, it is not a valid mail server (or it's having technical problems at the moment).

To summarize, at this moment any email address in the form user@fema.gov is an invalid address, since the domain does not have a mail server. Please note that this may change if they are indeed having technical issues.

The other domain you mention, mil.gov, does not appear to have a DNS entry at all, so it too will not be able to receive email right now.

Roberto F. LogSat Software

Back to Top
keizersozay View Drop Down
Groupie
Groupie
Avatar

Joined: 26 January 2005
Location: United States
Status: Offline
Points: 77
Post Options Post Options   Thanks (0) Thanks(0)   Quote keizersozay Quote  Post ReplyReply Direct Link To This Post Posted: 19 November 2004 at 11:21am

does spamfilter check for an A record if no MX record is found?
If not, this would be helpful.

 

Thanks.

Back to Top
Desperado View Drop Down
Senior Member
Senior Member
Avatar

Joined: 27 January 2005
Location: United States
Status: Offline
Points: 1143
Post Options Post Options   Thanks (0) Thanks(0)   Quote Desperado Quote  Post ReplyReply Direct Link To This Post Posted: 19 November 2004 at 1:18pm

No, it does not and I agree with LogSat that it should not as the rfc does not state that a mail server *must* send to a A record if MX is not present ... only that it *should*.   In my opinion, no MX is an omission from DNS and if you really have a mail server then you should insist that the DNS administrator puts an MX record in.  A good argument for this is that most web sites can be hit with either http://www.domain.com or just simply domain.com ... using a "blank" A record.  As a result of this, we always put in an MX record and if no mail server exists, then it is pointed to a server that simply nulls out all inbound mail.  This way, none of our customers web servers are getting hit with mail attempts that should not go there.

I have recently modified my Sendmail server to *only* deliver to a valid MX record and not attempt to deliver to a simple A record.

Dan S.

Back to Top
LogSat View Drop Down
Admin Group
Admin Group
Avatar

Joined: 25 January 2005
Location: United States
Status: Offline
Points: 4104
Post Options Post Options   Thanks (0) Thanks(0)   Quote LogSat Quote  Post ReplyReply Direct Link To This Post Posted: 19 November 2004 at 5:01pm
As Dan correctly replied, no, we do not check for the A record. Thru research, we've seen that a large number of the spam that the MX record filter stops, is sent from domains that do have an A record. If we were to check for that, the filter would have let the email thru.

Please note that the A record for a domain will most likely be there if the domain in the email exists, so checking for that to be present would practically just mean that we'd be checking only to see if the domain exists or not. We want to do more, and verifying the actual presence of the MX record has proven to be very effective.

If valid domains without an MX record are found, we strongly urge administrators to notify the owners/admins of those domain to inform them that they should really get with the times and properly configure their DNS.

There is no RFC that states that an email server should not be an open relay, however as we often mention some RFCs are dinosaurs, and need to get a face lift. Anyone who will say "the RFC says I don't need to close my mail server relay" will quickly appear on internet blacklists, and his mail server exploited. The MX record presence issue is very similar. It does *not* have to be there, but most administrators know that they really should have one to avoid problems.

Roberto F. LogSat Software
Back to Top
Matt View Drop Down
Guest Group
Guest Group
Post Options Post Options   Thanks (0) Thanks(0)   Quote Matt Quote  Post ReplyReply Direct Link To This Post Posted: 22 November 2004 at 6:21pm

I thought the purpose of this was to block ONLY spam.  New features that are designed to block valid email, seem like a flaw to me.

The problem here is the term subdomain (as so many other terms used on the Internet) is defined many different ways.  For the purpose of DNS, though, a subdomain MUST contain at least one entry in it's own zone record or it is not a subdomain, it is merely a host record in a subdomain.  

This means that if I define listserver.domain.net as a host record in domain.net DNS zone record AND even have it listed as an MX record in domain.net AND I can send and receive email to and from this legitimate list server, I still get rejected by Logsat!  This is a common scenario and there are many valid and proper uses for sending and receiving email from a host in legitimate DNS zone. 

So, if you use this feature you are GUARANTEED valid wanted email gets rejected in addition to invalid unwanted email.

- Matt

 

Back to Top
Desperado View Drop Down
Senior Member
Senior Member
Avatar

Joined: 27 January 2005
Location: United States
Status: Offline
Points: 1143
Post Options Post Options   Thanks (0) Thanks(0)   Quote Desperado Quote  Post ReplyReply Direct Link To This Post Posted: 23 November 2004 at 10:17am

However,

If the "FROM" is something like reply@listserver.domain.net  then listserver.domain.net  should have an MX record to cover a valid return path and therefore no problem will exist. In this case, listserver.domain.net is, as you state a host BUT it is also a sub-domain so that the zone file might look like the following real example friom my dns server:

Domain = imeanit.com

@  TXT ( "v=spf1 ip4:66.181.192.0/20 ip4:216.244.114.0/27 a ptr mx  -all" )
bounce  A 66.181.193.110
MX 10 mail.bounce.imeanit.com.
mail.bounce A 66.181.193.110

Where the listserver "FROM" address is campID.userID@bounce.imeanit.com

When SpamFilter dows and MX lookup:

Query Type:  Mail Exchanger(s)
Query Value: bounce.imeanit.com

Mail Exchanger 1:   Pref. 10  mail.bounce.imeanit.com

   ip addr 1:   66.181.193.110

And it goes through just fine.  We have many customers set up with list servers and they do not get blocked as Spam for the MX lookup.

Regards,

Dan S.

Back to Top
Matt R View Drop Down
Guest Group
Guest Group
Post Options Post Options   Thanks (0) Thanks(0)   Quote Matt R Quote  Post ReplyReply Direct Link To This Post Posted: 30 November 2004 at 10:50pm

Every host that sends email must have a MX record ?  Great, then you don't need SPF!   I think if you're going to run a cryptic operation like that you would be better served by a product that does strictly user managed whitelisting only and rejects everything else.  That's really where you are going with a feature like this.  I know, I know, we can just turn the misguided feature off.

My problem is that I did not believe in a thousand years that this feature could have been implemented as such requiring every host to have an MX record.  I figured that verifying the the sending domain INCLUDED an MX record was an intelligent way to filter some spam. That way if the domain had no MX record we could say there is a problem with the domain and justify not accepting the email.  To turn this into a cryptic feature that requires every host to have an MX record is simply going to block lots of good email.  Users beware! 

-Matt

Back to Top
Desperado View Drop Down
Senior Member
Senior Member
Avatar

Joined: 27 January 2005
Location: United States
Status: Offline
Points: 1143
Post Options Post Options   Thanks (0) Thanks(0)   Quote Desperado Quote  Post ReplyReply Direct Link To This Post Posted: 01 December 2004 at 10:39am

NO ... not every *host* that sends email requires an MX record ... Every *domain* that email claims to have a return path to (ie the FROM address) needs to have an MX record otherwise, how can you mail back if there is no existing exchanger?  If there is no mail exchanger, the why did the user *claim* to have a return address from a domain that can't be answered to?

SPF is totaly different.  SPF maks sure that the domain the mail is claiming to be from is allowed to mail from the IP it came from.

Dan S.

Back to Top
Matt R View Drop Down
Guest Group
Guest Group
Post Options Post Options   Thanks (0) Thanks(0)   Quote Matt R Quote  Post ReplyReply Direct Link To This Post Posted: 02 December 2004 at 9:11pm

The answer to your question is simple, an MX record is not required in order to receive email!  MX records point to email for the domain.  So, if SpamFiltered worked properly and checked the domain it would not cause the enourmous false positives that this feature causes. 

No big deal, though, just another of many empty checkbox in the program representing illogical cryptic capability.

Back to Top
LogSat View Drop Down
Admin Group
Admin Group
Avatar

Joined: 25 January 2005
Location: United States
Status: Offline
Points: 4104
Post Options Post Options   Thanks (0) Thanks(0)   Quote LogSat Quote  Post ReplyReply Direct Link To This Post Posted: 05 December 2004 at 11:40am

Matt,

Up until a few years ago, administrators would not only have never imagined to have needed an MX record, but other things were also unthinkable. While no RFC states anything in merit, not complying with any of the following examples may also prevent them from sending/receiving emails:

Locking down the mail server to avoid being an open relay. Nowdays if you don't do this the admin will end up on blacklists and providers will rejecte emails from them.

Adding a reverse DNS entry to the mail server's IP. Many providers nowdays will refuse emails unless the PTR is present.

In the near future, many providers will reject emails unless domains have SPF records in the DNS.

There is nothing in the RFC that dictates administrators must implement the above. However spam has imposed new, unwritten rules. Having a properly configured mailserver will help in the overall fight against spam. One such unwritten rule that most administrators know about is that mail servers should, not MUST, have an MX record. In the past not having one was OK, just like a few years ago it was OK to have an open relay, or not having a reverse DNS record. Not today.

We are now giving administrators one more way to reject unwanted email by demanding that the senders have a properly configured MX record.

Most domains do have an MX record in place. All anti-spam software have an accuracy rate in detecting spam that is not 100%. Any filter will at some point block legitimate emails. The MX record filter is not any different. It too will block some legitimate email, just like the others. It is the administrator's choice to see if that percentage is acceptable or not.

Roberto F.
LogSat Software

Back to Top
Clator View Drop Down
Guest Group
Guest Group
Post Options Post Options   Thanks (0) Thanks(0)   Quote Clator Quote  Post ReplyReply Direct Link To This Post Posted: 25 February 2006 at 9:14am
I recently upgraded and have noticed a lot more false positives with this feature turned on.  Rather than debate the merits of the feature, I have a question: What does the reject message look like?  Does the capability exist to have invalid MX rejections bounce back with more than the generic server error message?  Specifically, with a user-friendly writeup of what is discussed above?  That might be helpful in alerting senders of false positives what must be done on their end to mitigate their problem. Odds are they probably do not even know about the problem.  It'll give them something to take to their postmaster.
Back to Top
LogSat View Drop Down
Admin Group
Admin Group
Avatar

Joined: 25 January 2005
Location: United States
Status: Offline
Points: 4104
Post Options Post Options   Thanks (0) Thanks(0)   Quote LogSat Quote  Post ReplyReply Direct Link To This Post Posted: 25 February 2006 at 10:20am
Clator,

Do you mean false positives caused by (1) the legitimate sender not having configured his MX record properly, or (2) because the sender has a valid MX record, but SpamFilter still rejects the email?

In case of #2, if you please post or email the log entries relative to the reject we'll try to see what the problem is. In case of #1, the sender's administrators will probably want to think about correcting their configuration, as with time more and more antispam software is and will continue to use this feature.

Going back to your original question about the customization, yes, SpamFilter does already send a customizable error message explaining what the problem is. By default it's:

550 Your domain %Domain% does not have a valid MX DNS record. Disconnecting...

You can customize it (and many others) in the "Customized Items" tab under the settings tab.
Roberto Franceschetti

LogSat Software

Spam Filter ISP
Back to Top
Clator View Drop Down
Guest Group
Guest Group
Post Options Post Options   Thanks (0) Thanks(0)   Quote Clator Quote  Post ReplyReply Direct Link To This Post Posted: 25 February 2006 at 10:35am

#1 I would imagine.  Not a false positive in the programmatic sense of the world so much as a user sense.

Thanks for the info on the error.  I'll try to customize it so that it is hopefully more informative to the user and will prompt him to contact his sysadmin about configuring the MX record appropriately.

Back to Top
scubajim View Drop Down
Guest Group
Guest Group
Post Options Post Options   Thanks (0) Thanks(0)   Quote scubajim Quote  Post ReplyReply Direct Link To This Post Posted: 26 February 2006 at 11:53pm

My thoughts only, but EVERY email/DNS administrator should consider publishing correct RDNS, MX, SPF so as to aid in reducing or eliminating the meriad of ways (what ever you wish to call them) spammers use to exploit the Internet to send SPAM and viruses.

What I see is that spammers are better at setting up DNS than most administrators are. Please take Roberto, Dan's and the RFC's excellent advice and setup DNS as recommended and help other administrators who are less informed as to why they should do the same.

I do help other adiministrators and it really helps to keep your users happy by eliminating spam and near zero false positiives.

Back to Top
Clator View Drop Down
Guest Group
Guest Group
Post Options Post Options   Thanks (0) Thanks(0)   Quote Clator Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2006 at 8:57am

I trapped an email in the quarantine from my in-laws who use Cox Hi-Speed, with the invalid MX record error in the log.  This is curious, as Cox is of course a major national provider.  Is this evidence of a #2 error as described above?

Here are the relevant headers, modified to remove personal info:

Received: from [my in-laws username] ([70.186.195.204]) by eastrmmtao05.cox.net
          (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP
          id <20060226204937.OAJY3108.eastrmmtao05.cox.net@[my in-laws username]>
          for <[mywife's username] @ mydomain>; Sun, 26 Feb 2006 15:49:37 -0500
Message-ID: <002901c63b17$5395f160$ccc3ba46@[my inlaws]>
From: "[My In-laws]" <[my inlaws]@cox.net>

 

Back to Top
LogSat View Drop Down
Admin Group
Admin Group
Avatar

Joined: 25 January 2005
Location: United States
Status: Offline
Points: 4104
Post Options Post Options   Thanks (0) Thanks(0)   Quote LogSat Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2006 at 4:05pm
cox.net does indeed have a correctly configured MX record, the email should not have been rejected for that casue.
We did have a bug in one of the latest pre-release builds of SpamFilter, where a socket error could cause the MX record test to fail. This was fixed in build 2.7.1.531. What  verison of SpamFilter are you using?
Roberto Franceschetti

LogSat Software

Spam Filter ISP
Back to Top
Clator View Drop Down
Guest Group
Guest Group
Post Options Post Options   Thanks (0) Thanks(0)   Quote Clator Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2006 at 10:54pm

2.7.1.515

That was the version available to me being a non-paying individual user.  Woe is me I guess until the next generally available release I suppose.

Finding a lot of these false positives in the meantime.  *sigh*

Thanks for your help. 

Back to Top
Clator View Drop Down
Guest Group
Guest Group
Post Options Post Options   Thanks (0) Thanks(0)   Quote Clator Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2006 at 10:56pm
2.7.1.511 ... my bad.
Back to Top
LogSat View Drop Down
Admin Group
Admin Group
Avatar

Joined: 25 January 2005
Location: United States
Status: Offline
Points: 4104
Post Options Post Options   Thanks (0) Thanks(0)   Quote LogSat Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2006 at 11:11pm
If you can post some of the SpamFilter's activity log entries for those rejected emails we can try to see if the problem is the same one fixed by the newer builds or now.
Roberto Franceschetti

LogSat Software

Spam Filter ISP
Back to Top
Clator View Drop Down
Guest Group
Guest Group
Post Options Post Options   Thanks (0) Thanks(0)   Quote Clator Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2006 at 11:40pm

Just got another one:

02/27/06 23:29:26:292 -- (444) Resolving 66.135.197.13 - Error resolving IP address (Socket Error # 10054 Connection reset by peer.)
02/27/06 23:29:26:401 -- (444) - Invalid MX record - Socket Error # 10054 Connection reset by peer.
02/27/06 23:29:26:401 -- (444) 66.135.197.13 - Mail from: spoof@ebay.com To: [my address] will be rejected
02/27/06 23:29:27:245 -- (444) EMail from spoof@ebay.com to [my address] was received and quarantined. Size: 29 KB, 29696 bytes
02/27/06 23:29:27:276 -- (956) Time to add Msg to Bayes corpus:15
02/27/06 23:29:27:292 -- (444) Blacklist cache - Added 66.135.197.13 to limbo
02/27/06 23:29:27:292 -- (444) Disconnect

Back to Top
Clator View Drop Down
Guest Group
Guest Group
Post Options Post Options   Thanks (0) Thanks(0)   Quote Clator Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2006 at 11:46pm

here's another.  Not sure if it's a 1 or a 2.

02/27/06 17:54:07:073 -- (1296) Connection from: 63.174.99.34  -  Originating country : United States
02/27/06 17:54:07:511 -- (1296) Resolving 63.174.99.34 - Error resolving IP address (Socket Error # 10054 Connection reset by peer.)
02/27/06 17:54:07:620 -- (1296) - Invalid MX record - Socket Error # 10054 Connection reset by peer.
02/27/06 17:54:07:620 -- (1296) 63.174.99.34 - Mail from: [valid user]@tmalist.com To: [me] will be rejected
02/27/06 17:54:07:776 -- (1296) EMail from [valid user]@tmalist.com to [me]  was received and quarantined. Size: 6 KB, 6144 bytes
02/27/06 17:54:07:807 -- (956) Time to add Msg to Bayes corpus:0
02/27/06 17:54:07:823 -- (1296) Blacklist cache - Added 63.174.99.34 to limbo
02/27/06 17:54:07:823 -- (1296) Disconnect

Back to Top
LogSat View Drop Down
Admin Group
Admin Group
Avatar

Joined: 25 January 2005
Location: United States
Status: Offline
Points: 4104
Post Options Post Options   Thanks (0) Thanks(0)   Quote LogSat Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2006 at 11:50pm
Unfortunately that does look very much like the symptom in my original reply "where a socket error could cause the MX record test to fail". That has been solved in the latest releases, sorry...


Roberto Franceschetti

LogSat Software

Spam Filter ISP
Back to Top
Analytical View Drop Down
Newbie
Newbie
Avatar

Joined: 28 February 2006
Location: United States
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Analytical Quote  Post ReplyReply Direct Link To This Post Posted: 28 February 2006 at 10:30am
I have been using the MX filter with great success.  I had a few people get false positives but those few are now whitelisted per their personal spamfilter web interface.  The MX filter is blocks about 1000 pieces of spam every two days.  This is a great feature! 
His and yours,

Dwight
Back to Top
Desperado View Drop Down
Senior Member
Senior Member
Avatar

Joined: 27 January 2005
Location: United States
Status: Offline
Points: 1143
Post Options Post Options   Thanks (0) Thanks(0)   Quote Desperado Quote  Post ReplyReply Direct Link To This Post Posted: 28 February 2006 at 12:55pm
Here are my stats for the first half of today. Invalid MX is way down on the list but still ... 2000 messages.  Also, often, during "Spam Attacks", the invalid MX test is the only thing that blocks them so it bumps up to as high a 30%
  Reason Messages Bytes
1 was queued 16,160 14.5 % 499.84 M
2 IP is in local blacklist cache 15,729 14.1 % 0 b
3 Reverse DNS not found 15,369 13.8 % 60.01 M
4 Whitelisted EMail Address To 14,424 12.9 % 159.58 M
5 Blacklisted by sbl-xbl.spamhaus.org. 13,273 11.9 % 63.98 M
6 SPF test 7,144 6.4 % 16.67 M
7 Probe or Unknown 5,718 5.1 % 109.00 k
8 EmailTO is in local blacklist file 5,382 4.8 % 18.00 k
9 Blacklisted by multi.surbl.org. 4,110 3.7 % 17.27 M
10 Blacklisted by combined.njabl.org. 2,909 2.6 % 13.59 M
11 Invalid MX record 2,170 1.9 % 10.62 M
12 content filter 1,537 1.4 % 23.34 M
13 Whitelisted EMail Address From 1,487 1.3 % 19.08 M
14 Too many connections 1,457 1.3 % 0 b
15 Blacklisted by bl.spamcop.net. 1,329 1.2 % 8.35 M
16 EmailFrom is in local blacklist file 1,009 0.9 % 2.66 M
17 AutoWhiteList Force Delivery 870 0.8 % 157.63 M
18 no relay allowed 612 0.6 % 0 b
19 infected with the virus 320 0.3 % 20.63 M
20 IP address is from a blacklisted country 252 0.2 % 1.20 M
21 Blacklisted by dnsbl.mags.net. 238 0.2 % 867.00 k
22 IP is in local blacklist file 188 0.2 % 144.00 k
23 Blocked by Honeypot Autofilter 41 0.0 % 105.00 k
24 Exceeded maximum number of RCPT TO 34 0.0 % 89.00 k
25 Blacklisted by relays.ordb.org. 16 0.0 % 154.00 k
26 Empty Mail From 6 0.0 % 0 b
27 Domain is in local blacklist file 5 0.0 % 105.00 k
28 No Data Received 4 0.0 % 0 b
29 Whitelisted Peer IP 1 0.0 % 1024 b
  Total 111,794 100 %   1.05 G


Edited by Desperado
The Desperado
Dan Seligmann.
Work: http://www.mags.net
Personal: http://www.desperado.com

Back to Top
Clator View Drop Down
Guest Group
Guest Group
Post Options Post Options   Thanks (0) Thanks(0)   Quote Clator Quote  Post ReplyReply Direct Link To This Post Posted: 28 February 2006 at 7:57pm
I sent in a message to the sales address about obtaining a license for a home-based server like mine but haven't heard back.  Was that received? My quarantine didn't show any replies either, but I don't quarantine everything.  Just curious.
Back to Top
LogSat View Drop Down
Admin Group
Admin Group
Avatar

Joined: 25 January 2005
Location: United States
Status: Offline
Points: 4104
Post Options Post Options   Thanks (0) Thanks(0)   Quote LogSat Quote  Post ReplyReply Direct Link To This Post Posted: 28 February 2006 at 10:05pm
We just found it in our quarantine, the IP is blacklisted by dnsbl.sorbs.net... I'll reply to the email right now.
Roberto Franceschetti

LogSat Software

Spam Filter ISP
Back to Top
Clator View Drop Down
Guest Group
Guest Group
Post Options Post Options   Thanks (0) Thanks(0)   Quote Clator Quote  Post ReplyReply Direct Link To This Post Posted: 03 March 2006 at 8:57am
Lovely.  Undoubtedly caused by some spammer who had the IP at some point.  I'll see if I can get it un-blacklisted.  Thanks.
Back to Top
Clator View Drop Down
Guest Group
Guest Group
Post Options Post Options   Thanks (0) Thanks(0)   Quote Clator Quote  Post ReplyReply Direct Link To This Post Posted: 03 March 2006 at 9:00am
P.S. ... what was the IP that was blacklisted?  I wonder if it was mine or the Comcast SMTP server.
Back to Top
Desperado View Drop Down
Senior Member
Senior Member
Avatar

Joined: 27 January 2005
Location: United States
Status: Offline
Points: 1143
Post Options Post Options   Thanks (0) Thanks(0)   Quote Desperado Quote  Post ReplyReply Direct Link To This Post Posted: 03 March 2006 at 9:37am

COMMENT ON SORBS:

We had to stop using SORBS.  They adopted a policy of charging for being de-listed and as a result most folks don't bother.  I had a bitter argument with them on several IP's that were blocked.  I feel the list (which used to be fantastic) is now very problematic and we saw a huge upsurge in false positives.

The Desperado
Dan Seligmann.
Work: http://www.mags.net
Personal: http://www.desperado.com

Back to Top
 Post Reply Post Reply Page  12>
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0.313 seconds.