Ticket #1191 (closed enhancement: duplicate)
Opened 7 years ago
Last modified 6 years ago
Mangle email addresses
| Reported by: | moschny@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.8 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
In the ticket view all email addresses (for reporter, cc's, commenters, etc.) really should be mangled in order to protect those email addresses against spammers.
The same applies to the wiki history view.
Attachments
Change History
comment:1 Changed 7 years ago by cmlenz
- Component changed from ticket system to general
- Priority changed from high to normal
- Summary changed from mangle email addresses to Mangle email addresses
comment:2 Changed 7 years ago by anonymous
There is some discussion of this topic here:
http://c2.com/cgi/wiki?NameMangling
Of course other, more efficient techniques are needed to fight against spam.
But meanwhile we should not make it too easy for those address grabbers. Even the simplest mangling, e.g. replacing all non alphanumeric characters in an address (like '@' and '.') with human-readable equivalents (like 'at' and 'dot') will help.
comment:3 Changed 7 years ago by moschny@…
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #153.



Does mangling of email addresses actually help against spam these days? What kind of mangling should we do?