]> code.citadel.org Git - citadel.git/commit
Fix bug in ctdlload import of email addresses.
authorArt Cancro <ajc@citadel.org>
Wed, 15 May 2024 19:37:05 +0000 (19:37 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 15 May 2024 19:37:05 +0000 (19:37 +0000)
commit1777c66ff10454d2a9783d37795907b3317541d5
tree9482ab3c9debc87fca359f1a86c4559851defaa0
parentc8741577e79a402576de6335017a659e5a1ca4c7
Fix bug in ctdlload import of email addresses.

Go figure.  A base64-encoded string sometimes doesn't include the null terminator.
Fixed that.
citadel/server/modules/smtp/dkim.c
citadel/server/modules/smtp/dkim_bindings.c
citadel/tests/dkimtester/dkimtester.c
citadel/utils/ctdlload.c