Mac@programming.dev to Programming@programming.dev · 9 months agoStrings do too many thingsbuttondown.emailexternal-linkmessage-square40fedilinkarrow-up16arrow-down10
arrow-up16arrow-down1external-linkStrings do too many thingsbuttondown.emailMac@programming.dev to Programming@programming.dev · 9 months agomessage-square40fedilink
minus-squareTramort@programming.devlinkfedilinkarrow-up2·9 months agoIt’s a valid need, but a domain blacklist isn’t part of email parsing and if you conflate the two inside your program then you’re mixing concerns. Why is the domain blacklist even in your program? It should be a user configurable file or a list of domains in the database.
It’s a valid need, but a domain blacklist isn’t part of email parsing and if you conflate the two inside your program then you’re mixing concerns.
Why is the domain blacklist even in your program? It should be a user configurable file or a list of domains in the database.