Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: SPF: Help
~all, ?all and -all
 

Index | Next | Previous | View Flat


curt at iesanet

May 25, 2009, 5:19 PM


Views: 417
Permalink
~all, ?all and -all

Hi all!

Many sites use "~all" and "?all" and never change for "-all", and
spammers are forging emails using those sites.
As I was tired of receiving so much junk, I changed the file
/usr/local/share/perl/5.8.8/Mail/SPF/Record.pm to consider all as "fail" ...

(...)
use constant results_by_qualifier => {
'' => 'pass',
'+' => 'pass',
'-' => 'fail',
'~' => 'fail', ----------------- MY CHANGE
'?' => 'fail' ----------------- MY CHANGE
# '~' => 'softfail', ----- ORIGINAL
# '?' => 'neutral' ----- ORIGINAL
};
(...)


[]s

*/Curt Geesdorf/*
<https://www1.lpi.org/pt_br/verify.html?lpi_id=LPI000090133&ver_code=uftmav5p47>www.iesanet.com.br



-------------------------------------------
Sender Policy Framework: http://www.openspf.org
Modify Your Subscription: http://www.listbox.com/member/
Archives: https://www.listbox.com/member/archive/1020/=now
RSS Feed: https://www.listbox.com/member/archive/rss/1020/
Powered by Listbox: http://www.listbox.com

Subject User Time
~all, ?all and -all curt at iesanet May 25, 2009, 5:19 PM
    RE: ~all, ?all and -all brian at spiceisle May 25, 2009, 8:57 PM
        Re: ~all, ?all and -all rob.macgregor at gmail May 26, 2009, 1:24 AM
    RE: ~all, ?all and -all brian at spiceisle May 26, 2009, 8:44 PM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.