Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SenderID validation using Java-based email filter

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 RFCs and formattings too.

like image 771
Ashish Sharma Avatar asked Apr 29 '26 20:04

Ashish Sharma


1 Answers

FYI: Perhaps there are also webservices to do this.

For example: http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/default.aspx

shows if there are entries for domain xy. Perhaps you can parse and use them. But please check out if you are allowed to use this webservices.

like image 164
user3280180 Avatar answered May 01 '26 09:05

user3280180