views:

172

answers:

1

Hello,

I want to filter e-mail headers received on my Postfix mail receiving server.

I looked on the java implementation of milter protocol and found sendmail-jilter

This API claims to be java implementation for milter protocol.

The problem is I am novice in milter and don't know how to use this API, any code sample and example in java using this API will greatly reduce my load as it's not available on the parent site.

Thanks in advance.

Ashish

A: 

Check the link for understanding and implementing a Sendmail Milter, Jilter replicates this functionality.

Ashish