On Mon, 13 Aug 2007 16:56:52 +0200, Stefano Bagnara <[EMAIL PROTECTED]> wrote:

Michael Kulovits ha scritto:
On Mon, 13 Aug 2007 16:39:28 +0200, Stefano Bagnara <[EMAIL PROTECTED]>
wrote:

Michael Kulovits ha scritto:
hello,

i've got a problem with jspf-0.9b4 when trying to check a mail whose
domain uses the redirect modifier. for instance gmail uses redirect to
point to _spf.google.com. it would produce IllegalStateExceptions.

is this a bug or is it my mistake?

i'm not running james but solely the jspf-lib inside my own server
process. this is how i invoke the spf check:

Logger logger = new Log4JLogger(
org.apache.log4j.Logger.getLogger(this.getClass()) );
DNSService dns = new DNSServiceXBillImpl(logger);
SPF spf = new SPF( dns, logger);
SPFResult spfResult = spf.checkSPF(
    serverIp, returnPath, serverHostname );

and this is an excerpt from the logs:

I just checked this code against trunk and it works fine.
Can you try building jspf trunk and run this again?

Unfortunately we'll not be able to release 0.9b5 for a while because we
are waiting a new release of the dnsjava library we depend upon. In
trunk there is a custom build of the dnsjava library.

Thank you,
Stefano

thank you for the quick answer!

i'm using dnsjava-2.0.3 and got errors when trying to build from the
trunk earlier this day.
i'll try it tomorrow (leaving now) once again ... we'll see.

I just built a test package for the current trunk:
http://people.apache.org/~bago/jspf/

Please NOTE that this is an unofficial nightly build and the goal is to
understand if the bug is fixed or not.

The code you wrote should be compatible.
You can also use new DefaultSPF() instead of building your own. It will
automatically use the Log4JLogger and the DNSServiceXBillImpl.

Hope this helps,
Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


hi stefano,

the code from the trunk works like a charm, you made my day :)
i'll let test it exhaustively in our environment and report any further bugs to you.

btw jspf is really good work! keep on going!
is there a DKIM implementation planned?
if so, maybe i could help, cause my company would be very interested in a java dkim implementation.

finally, thanks for the help once again!

greetings,
~~~kULO;


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to