You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Norman Maurer <nm...@byteaction.de> on 2006/09/24 12:08:14 UTC

jSPF-0.9b3 was released

Hi guys,

just want to let you know that we finally release the third beta of our
pure java spf implementation called jSPF. You can grab the release from:
http://people.apache.org/dist/james/jspf/

This release pass all YAML tests  published by openspf.org (still under 
development). So it should be fully RFC 4408 conform.

For more information see:
http://james.apache.org/jspf/

Any feedback is welcome.


bye
Norman

Ps: The website should be updated soon.


Re: jSPF-0.9b3 was released

Posted by Mark Derricutt <ma...@talios.com>.
This looks interesting (and quite timely for some work I'm doing), will jSPF
be included in the next release of James with a set of SPF related mailets
at all?

I'm just looking at the project and wondering where would be the best place
to make use of it, from within my own Mailet, to another mailet that sits
infront of my main mailet or at the application level itself.  (part of this
comes down to how I want to handle SPF failures as well) but it'd be
interesting to know what the greater plan of jSPF in relation to James
itself is?

Cheers,
Mark

On 9/24/06, Norman Maurer <nm...@byteaction.de> wrote:
>
> Hi guys,
>
> just want to let you know that we finally release the third beta of our
> pure java spf implementation called jSPF. You can grab the release from:
> http://people.apache.org/dist/james/jspf/
>

Re: jSPF-0.9b3 was released

Posted by Mark Derricutt <ma...@talios.com>.
This looks interesting (and quite timely for some work I'm doing), will jSPF
be included in the next release of James with a set of SPF related mailets
at all?

I'm just looking at the project and wondering where would be the best place
to make use of it, from within my own Mailet, to another mailet that sits
infront of my main mailet or at the application level itself.  (part of this
comes down to how I want to handle SPF failures as well) but it'd be
interesting to know what the greater plan of jSPF in relation to James
itself is?

Cheers,
Mark

On 9/24/06, Norman Maurer <nm...@byteaction.de> wrote:
>
> Hi guys,
>
> just want to let you know that we finally release the third beta of our
> pure java spf implementation called jSPF. You can grab the release from:
> http://people.apache.org/dist/james/jspf/
>

Re: Testing jSPF's RFC conformance

Posted by Norman <nm...@spam-box.de>.
Hi Julian,

just checkout the svn version of jspf and run the junit tests. We
include the testsuite (revision 2006.11) in our junit tests.  you can
run the junit tests even with eclipse or with maven. And yes we pass all
at the moment :-)

After you checked out the svn you can run the junit tests with :
mvn test

If you need more instruction howto use maven etc just ask :-)

bye
Norman

Julian Mehnle schrieb:
> Norman Maurer wrote:
> > just want to let you know that we finally release the third beta of our
> > pure java spf implementation called jSPF. You can grab the release from:
> > http://people.apache.org/dist/james/jspf/
>
> > This release pass all YAML tests  published by openspf.org (still under
> > development). So it should be fully RFC 4408 conform.
>
> > For more information see:
> > http://james.apache.org/jspf/
>
> Norman, as you might have noticed, the test suite has been released as
> revision 2006.11 recently.  We would like to list jSPF as confirmedly
> RFC-
> compliant.  To that end, can you give us instructions for how to run the
> test suite against jSPF ourselves and see if it (still) passes all the
> tests?
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Testing jSPF's RFC conformance (was: jSPF-0.9b3 was released)

Posted by Julian Mehnle <ju...@mehnle.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Norman Maurer wrote:
> just want to let you know that we finally release the third beta of our
> pure java spf implementation called jSPF. You can grab the release from:
> http://people.apache.org/dist/james/jspf/
>
> This release pass all YAML tests  published by openspf.org (still under
> development). So it should be fully RFC 4408 conform.
>
> For more information see:
> http://james.apache.org/jspf/

Norman, as you might have noticed, the test suite has been released as 
revision 2006.11 recently.  We would like to list jSPF as confirmedly RFC- 
compliant.  To that end, can you give us instructions for how to run the 
test suite against jSPF ourselves and see if it (still) passes all the 
tests?

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFgUrqwL7PKlBZWjsRAnRyAJ0VTdVm8yPtqr7aCI2Sg/xaLS4QgQCgjT0y
LmP1Wjihkbs4W/ScyQHSiPA=
=/Esx
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: jSPF-0.9b3 was released

Posted by Norman Maurer <nm...@byteaction.de>.
Hi Mark,

yes it will be included in the next release after 2.3.0. If you take a 
look into the trunk you will see that allready a fastfail smtphandler 
for jSPF exists :-)
So you can reject on smtplevel on invalid SPF etc. But you can 
contribute a mailet and matcher for sure ;-)

bye
Norman

Mark Derricutt schrieb:
> This looks interesting (and quite timely for some work I'm doing), 
> will jSPF
> be included in the next release of James with a set of SPF related 
> mailets
> at all?
>
> I'm just looking at the project and wondering where would be the best 
> place
> to make use of it, from within my own Mailet, to another mailet that sits
> infront of my main mailet or at the application level itself.  (part 
> of this
> comes down to how I want to handle SPF failures as well) but it'd be
> interesting to know what the greater plan of jSPF in relation to James
> itself is?
>
> Cheers,
> Mark
>
> On 9/24/06, Norman Maurer <nm...@byteaction.de> wrote:
>>
>> Hi guys,
>>
>> just want to let you know that we finally release the third beta of our
>> pure java spf implementation called jSPF. You can grab the release from:
>> http://people.apache.org/dist/james/jspf/
>>
> !EXCUBATOR:1,4518681c53079956096300!



---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org