Skip to content

πŸ› β€” Protect email addresses in archive search#1314

Merged
ikedas merged 1 commit into
sympa-community:sympa-6.2from
ldidry:fix-1312-anonymised-archive-search
Mar 24, 2022
Merged

πŸ› β€” Protect email addresses in archive search#1314
ikedas merged 1 commit into
sympa-community:sympa-6.2from
ldidry:fix-1312-anonymised-archive-search

Conversation

@ldidry
Copy link
Copy Markdown
Contributor

@ldidry ldidry commented Jan 6, 2022

Should fix #1312

Warning: when the search matches an email address, it is not obfuscated since the search split the result according to the matching parts.
Searching for bar on foobar@baz.com does, for ex:

  • foo
  • bar
  • @baz.com

And none of those parts matches the email regex used to obfuscate email addresses.

If anyone has an idea to fix that…

@racke
Copy link
Copy Markdown
Contributor

racke commented Jan 6, 2022

Please clean up your pull request (src/lib/stamp-man1, src/sbin/sympa).

Comment thread src/lib/stamp-man1 Outdated
Comment thread src/sbin/sympa Outdated
@ldidry ldidry force-pushed the fix-1312-anonymised-archive-search branch from 87e68a4 to 56a03cd Compare January 7, 2022 08:39
@ikedas ikedas merged commit 56a03cd into sympa-community:sympa-6.2 Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Protected web archive shows email address on search despite of "only show gecos" parameter

3 participants