Re: Incoming DKIM verification

2013-03-06 Thread Martin Hewitt
Hi Ioan, I'm currently on the dev list, so I can keep track of trunk, which I'm using in a separate project. I think I'm a little way off contributing code just now, and I haven't quite familiarised myself with the code base (hence my earlier question about mailets!) but I'm happy to write do

Re: Incoming DKIM verification

2013-03-06 Thread Ioan Eugen Stan
Great, It is and it depends on your at what level do you wish to get involved. Basically any help is appreciated: documentation, code, user support on the mailing list. If you are interested in contributing code, join the server dev mailing list [1]. You can find more about contributing here: [2]

Re: Incoming DKIM verification

2013-03-06 Thread Martin Hewitt
Hi Ioan, Sorry, I had no idea! I'm happy to do whatever I can to help the project, is there a contributing process I should look at? Martin On 6 March 2013 13:38, Ioan Eugen Stan wrote: > Hello Martin, > > We currently have a shortage of man power. It would be great if we got > some help with

Re: Incoming DKIM verification

2013-03-06 Thread Ioan Eugen Stan
Hello Martin, We currently have a shortage of man power. It would be great if we got some help with documentation/examples. Would you consider contributing some examples to James? Cheers, -- Ioan Eugen Stan - To unsubscribe, e-

Re: Incoming DKIM verification

2013-03-06 Thread Martin Hewitt
Ah, ok, I'll dig around a bit then, it's just the jDKIM Mailets page only talks about two Mailets: http://james.apache.org/jdkim/mailets/index.html "At the moment the mailet package includes 2 mailets: ConvertTo7Bit and DKIMSign" Thanks Stefano. Martin On 6 March 2013 12:52, Stefano Bagnara w

Re: Incoming DKIM verification

2013-03-06 Thread Stefano Bagnara
jDKIM includes a number of mailets: ConvertTo7Bit (suggested before signing) DKIMSign (to sign) DKIMVerify (to verify) <-- Stefano 2013/3/6 Martin Hewitt > Hi all, > > I'm using the jDKIM project to sign outgoing mail, and I was wondering if > there was a mailet to verify incoming mail? I