Bug 83899 - new port: dns/spfval - A SPF validator
Summary: new port: dns/spfval - A SPF validator
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-22 11:40 UTC by Emanuel Haupt
Modified: 2005-07-25 06:56 UTC (History)
0 users

See Also:


Attachments
spfval.shar (2.60 KB, text/plain)
2005-07-22 11:40 UTC, Emanuel Haupt
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuel Haupt 2005-07-22 11:40:24 UTC
new port: dns/spfval - A SPF validator

Spfval validates SPF records. It does not check them via 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.

- it is currently broken under 4.x
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-07-24 03:57:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-07-25 06:52:47 UTC
State Changed
From-To: open->closed

Committed with a few modifications, thanks! 

Notes: 
- I have changed the category to mail 
- I have fixed the build on 4.x 
- the "documentation" is worthless, so I'm not installing it