diff --git a/chrome/content/mailhops.js b/chrome/content/mailhops.js index bcee3ff..3ee9847 100644 --- a/chrome/content/mailhops.js +++ b/chrome/content/mailhops.js @@ -268,6 +268,7 @@ mailHops.testIP = function(ip,header){ || lastchar.match(/\.|\d|\-/) || ( firstchar == '?' && lastchar == '?' ) || lastchar == ';' + || header.toLowerCase().indexOf('id '+ip) !== -1 || parseInt(ip.substring(0,ip.indexOf('.'))) >= 240 //IANA-RESERVED ){ //only if there is one instance of this IP