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
> 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
>> 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