nodemailer / wildduck

Opinionated email server
https://wildduck.email/
European Union Public License 1.2
1.92k stars 268 forks source link

ZMS-174 #736

Closed NickOvt closed 1 month ago

NickOvt commented 2 months ago

Fixed graylog bug that added extra single quotes so string values sometimes. Util inspect added the quotes even if value was string already. Now checks if value is string, if it is there is no need for additional util inspect, otherwise if value is not string it util inspects it and casts to string