I am using jSPF to validate SPF records for incoming email addresses.
Now I need to support Sender-ID too.
Is it possible to use the same code of jSPF or with some patches I could use it for validating Sender-ID too?
I had checked the jSPF code but they only support SPF RFC-4408 only.
I am ready to write the patch by myself in java if I could not find any existing SenderID validation library in java,
moreover I tried to read RFC 4406 and RFC 4408 to implement SenderID in java but the RFC confused me further regarding the right implementation path as it refers SPF RFC's and formatting's too.
Please help.
Thanks in advance