Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: [courier-users] DKIM headers

0 views
Skip to first unread message

Jérôme Blion

unread,
Dec 3, 2009, 7:26:52 PM12/3/09
to
I forgot the domain check...
Will add it tomorrow... Time to sleep.

Jerome.

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing.
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
courier-users mailing list
courie...@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Brian A. Seklecki (CFI NOC)

unread,
Dec 14, 2009, 12:20:03 PM12/14/09
to

Thank you! But why Python?

> So... I rewrote it :-) for pythonfilter...

> - you need to install pydkim (beware of dependencies with net.resolver
> provided by python-adns)

Yea I depend on the wireframe trash basket under my desk to dry-heave
into while reading Python code

> Several things I have in mind:
> - one private key per domain. So, we could enable DKIM only for domains
> we want instead of allowing it for every domain we "host". Privkey would
> become privkeydir, dkim.private would become domain.private for each
> domain... Is this a real need?

Yes! This is what DKIM-Milter does it. Let me know if you need help
testing.

~BAS

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev

Jérôme Blion

unread,
Dec 14, 2009, 12:52:56 PM12/14/09
to
On Mon, 14 Dec 2009 12:20:03 -0500, "Brian A. Seklecki (CFI NOC)"
<sekl...@noc.cfi.pgh.pa.us> wrote:
> Thank you! But why Python?
>
>> So... I rewrote it :-) for pythonfilter...
>
>> - you need to install pydkim (beware of dependencies with net.resolver
>> provided by python-adns)
>
> Yea I depend on the wireframe trash basket under my desk to dry-heave
> into while reading Python code
>
>> Several things I have in mind:
>> - one private key per domain. So, we could enable DKIM only for domains

>> we want instead of allowing it for every domain we "host". Privkey
would
>> become privkeydir, dkim.private would become domain.private for each
>> domain... Is this a real need?
>
> Yes! This is what DKIM-Milter does it. Let me know if you need help
> testing.
>
> ~BAS

Hello,

I wrote this filter in python to integrate it in pythonfilter (written by
Gordon Messmer).
I love this filtering tool... (that's why I contribute when I can)

The file I provided does not work at all.
The translation email --> text --> email crashes everything (even with
relaxed setting)
As the mail is transformed after the signing, the signature is not valid
anymore.
I didn't have time to work on this. Perhaps in few days. If you can help,
It would be great :-)

Jerome Blion

0 new messages