_smf_: how much ram are taken by your haraka node processes ?
xychix joined the channel
_smf_
last1: between 150Mb and 180Mb resident.
EyePulp joined the channel
doublemalt_ joined the channel
baudehlo
morning
_smf_
morning baudehlo
baudehlo
_smf_: thoughts on using .address() vs .format() for punycode address?
_smf_
I hadn't had a chance to look at the ramifications of that yet.
My concern was simply maintaining maximum compatibility
e.g. Haraka in front of something that is not SMTPUTF8 capable behind it.
e.g. What happens if someone sends a RCPT TO: with a local part which is UTF-8
presumably, the message will bounce because the back-end will reject the command as invalid (e.g. non-ASCII characters).
baudehlo
well each interface needs to check the SMTPUTF8 flag.
outbound.js does.
DoubleMalt joined the channel
I was thinking what's probably more important is things like config files - you probably don't want to put punycode in them for things like per-recipient routing.
_smf_
That's true - I hadn't considered that.
It's just we have a lot of places e.g. smtp_client.js, plus numerous plugins that will presume that the RCPT TO: is ASCII.