cvs commit: ports/mail Makefile ports/mail/spfval Makefile distinfo pkg-descr ports/mail/spfval/files patch-src_spfval_spfval.c patch-src_spfval_util.h

Jean-Yves Lefort jylefort at FreeBSD.org
Mon Jul 25 05:51:35 GMT 2005


jylefort    2005-07-25 05:51:35 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/spfval          Makefile distinfo pkg-descr 
    mail/spfval/files    patch-src_spfval_spfval.c 
                         patch-src_spfval_util.h 
  Log:
  Add spfval.
  
  Spfval validates SPF records. It does not check them via the network, this was
  intentionally omitted in favour of focusing purely on syntactically validating
  SPF records. Simply pass the validator a string and it will see if it validates
  as an SPFv1 or SPF-Classic record.
  
  If an error is found, it tries its best to report the error in question and the
  specific location in the record where the error occured.
  
  WWW: http://spfval.codeshare.ca/
  
  PR:             ports/83899
  Submitted by:   Emanuel Haupt <ehaupt at critical.ch>
  
  Revision  Changes    Path
  1.674     +1 -0      ports/mail/Makefile
  1.1       +24 -0     ports/mail/spfval/Makefile (new)
  1.1       +2 -0      ports/mail/spfval/distinfo (new)
  1.1       +10 -0     ports/mail/spfval/files/patch-src_spfval_spfval.c (new)
  1.1       +10 -0     ports/mail/spfval/files/patch-src_spfval_util.h (new)
  1.1       +12 -0     ports/mail/spfval/pkg-descr (new)


More information about the cvs-all mailing list