On Fri, 15 Jun 2007, Todd Lyons wrote: > Is there anything that I can do as a Mailman list admin to make it more > dkim friendly?
Ideally your dkim-filter should re-sign the message outbound. Does Mailman add a Sender: header or any of the Resent-*: headers? If not, it's probably because Mailman is appending information about the list, how to subscribe/unsubscribe, etc. and the sender isn't signing with an "l=" tag. > My question, is it a known issue that _FFR_ANTICIPATE_SENDMAIL_MUNGE > causes verification errors? I am using sendmail 8.13.8 on both machines > I control (personal and work). If you're running 8.13.8, _FFR_ANTICIPATE_SENDMAIL_MUNGE should be helping rather than hurting. If you send a test message to [EMAIL PROTECTED], it will reply to you with the canonicalized form of your message. (You can use our autoresponder as well, but you have to publish a DNS record indicating where the canonicalizations should be sent.) If you start dkim-filter with the DKIMDEBUG environment variable set to "c", it will keep the canonicalized form it generated in /var/tmp. When you get both sets of data, you can "diff" them to see what changed in transit. That should give you some indication of what's being munged improperly. If you do that and it looks like something's gone wrong, send it to me off-list and I'll take a look. > 3) Note: In order to enable _FFR_STATS and build properly on RH 8.0, I > had to modify the db detection macro from 4,0,0 to 4,1,0 in stats.c and > dkim-stats.c to get the correct number of parameters for the open() > function. I just pulled "1" out of the air, maybe it should have been > 4,2,0, I don't know. I just know that if the 4,0,0 check fails, the > fallback open() call had the correct matching number of parameters. Can you send me a diff of what you had to do, and what version of DB you have installed? You can tell what version you have by reading db.h and looking for DB_VERSION_MAJOR and DB_VERSION_MINOR. I'm fairly certain I tested it against a DB 4.1.25 installation, but maybe we have to be more specific even than that. -- Murray S. Kucherawy ========================================= [EMAIL PROTECTED] Principal Engineer Sendmail, Inc. Emeryville, CA, USA (510) 594-5400 http://www.sendmail.com ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ dkim-milter-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss
