katzenpost / mailproxy

POP/SMTP to Katzenpost proxy server library
GNU Affero General Public License v3.0
4 stars 5 forks source link

send: Do the "intelligent" thing wrt recipient addresses with delimiters. #7

Open Yawning opened 6 years ago

Yawning commented 6 years ago

The provider supports setting a delimiter (a la: alice+spam@example.org), but mail clients are ignorant of this, and will send RCPT TO: <alice+spam@example.org>.

It is unreasonable for people to maintain recipient entries for addresses that use delimiters, so it would be nice if the internal key store fell back to striping off the extra component.