Re: What DKIM RSA key length to use

2021-04-10 Thread Thomas Bohl
Hello, In the filter-dkimsign readme I suggest to use 2048 and I stand by it. Thanks for mentioning and coding filter-dkimsign! Somehow I was unaware of it. I used rspamd just for DKIM. Which is overkill. The daemon racks up nearly 28000 daily DNS requests to free services (like dnswl.org,

[patch] RCPT TO with quoted user part

2021-04-10 Thread Edgar Pettijohn
Added a block to smtp_mailaddr() in smtp_session.c to allow for quoted usernames. Only tested on my laptop and seems to work. However, I'm thinking it might should be moved past the point of splitting on ':'. Edgar Index: smtp_session.c =