Mac@programming.dev to Programming@programming.dev · 2 years 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 · 2 years agomessage-square40fedilink
minus-squareTramort@programming.devlinkfedilinkarrow-up2·2 years 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.