Schmorpforge Ta-Sa Software Repository
Libspf is a C library that implements the Sender Policy Framework. It allows software to identify and reject forged envelope-from addresses, a typical nuisance in e-mail spam. SPF is defined in Experimental RFC 4408.
This is not the original home of libspf, but its author (apparently) has vanished for a few years now, and this place took over as a central place to collect patches and possibly make releases.
James Couzens, if you read this and want to take over, feel free to contact me, I'd be thrilled :)The CVS server moved again on 2008-02-21, you can use the following (untested) snippet to update your CVS checkout. Run it in the top level checked out directory: br>
find . -name CVS | xargs -I% find % -name Root | xargs perl -i -pe 's%:pserver:anonymous\@cvs.schmorp.de:636/schmorpforge%:pserver:anonymous\@cvs.schmorp.de:/schmorpforge%'