Norman,

Just wanted to let you know that I got the SPF mailet working. Thanks for providing this and for all the help. But one more question... is there a matcher that can easily process the spf result header put into the message by the mailet? I can write one. But I don't want to reinvent the wheel. Seems that the SPF mailet by itself is pretty much an academic exercise if there is nothing to process the 'pass', 'fail', etc. results of the SPF mailet in the James processor flow. Am I missing something? Or do I just need to get busy and write the matcher?

Thanks.

Jerry

Norman Maurer wrote:
Hi Jerry,

there was a bug in the mailet. Its fixed now. Can you please test
again ?

Thx
Norman

Am Mittwoch, den 16.04.2008, 15:28 -0500 schrieb Jerry M:
Thanks, Norman, I was able to compile the mailet and install it. But in the SPFLoggerAdapter you create and throw an UnsupportedOperationException if the getChildLogger method is called. And in the init routine, the "spf = new DefaultSPF( logger);" call, the SPF code does indeed call getChildLogger. The exception is thrown, and James dies.

Obviously if you are throwing an exception in that method, you don't expect it to be called in a normal circumstance. Then why is the SPF code calling it? I could dig into the source of the SPF module and figure it out. But hopefully you can explain why it is calling it and what I need to change to make it not call it.

Thanks,

Jerry

Norman Maurer wrote:
I commited some SPF Mailet into trunk some month ago. I think you can
easily backport it.

Here is the code:
https://svn.apache.org/repos/asf/james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/SPF.java

Cheers,
Norman


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



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





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

Reply via email to