Hello - is there a more appropriate place to ask usage question relating to jSPF?

First question: when running an SPF check with jSPF using the DefaultSPF checker method checkSPF(ip, address, helo) and receiving an SPFResult object, it doesn't look like there is a way to distinguish between a "NONE" result because the domain doesn't exist, and "NONE" because the domain has no SPF/TXT record. I'm sure that's correct/good for SPF checking in general, but any chance of that feature being added some day? I tried to figure out how to subclass SPF.java to do it, but gave up eventually... maybe there is a way to just subclass and expose a little more data? Any tips are welcome.

Second question, which I asked before (sorry to repeat myself):

--------------------------

I was trying to understand how to enable the falling back to parent domains when SPF-NONE is returned for a third-or-higher-level domain. Am i correct that something like:

my_defaultSPF.getFallbackPolicy();

...is enough to "activate" fallback? (it seems to initialize the otherwise null-by-default fallback policy object, which i see no other obvious way to initialize through an API).

-----------------------------

Thanks for your time!
-c


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to