You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume the page has been visited via the CY locale first, and as such the Welsh replacement phrase was used when generating the cache.
It seems this is a very rare edge case…
SELECTCOUNT(*) FROM incoming_messages WHERE cached_main_body_text_folded LIKE'%mailto:[cyfeiriad ebost]%';
count
-------131-- out of 1821178 incoming_messages total!
…and initially started happening in 2014 (though I don't know if something changed in 2014 that caused this).
SELECT id,created_at FROM incoming_messages WHERE cached_main_body_text_folded LIKE'%mailto:[cyfeiriad ebost]%'ORDER BY created_at ASCLIMIT10;
id | created_at
---------+----------------------------484508 | 2014-02-1914:16:51.818949516847 | 2014-05-1506:52:46.575731622506 | 2015-02-2610:56:57.008951860266 | 2016-08-3011:10:43.623673888699 | 2016-10-3110:51:58.185605895408 | 2016-11-1513:50:55.3150921035276 | 2017-09-1110:44:35.5118781035281 | 2017-09-1110:48:21.6326241049717 | 2017-10-0909:29:49.5749851049749 | 2017-10-0909:45:22.540962
We could regenerate the caches for each of these incoming messages. I tested this theory on one of the other requests, which, now that I've cleared the cache (msg.clear_in_database_caches!) and re-visited the page in EN, has [email address] cached.
This issue has been automatically closed due to a lack of discussion or resolution for over 12 months.
Should we decide to revisit this issue in the future, it can be reopened.
Email addresses in request correspondence should be replaced with eg.
(Email addresses requests are sent to are treated specially and identified as the public body's request address)
At the moment on WhatDoTheyKnow.com, even on non /cy/ (Welsh) threads, we are in some circumstances seeing email addresses replaced with
which is the Welsh for email address.
No link to help text is offered either.
eg.
https://www.whatdotheyknow.com/request/notification_of_spa_requests#incoming-1760631
https://www.whatdotheyknow.com/request/humberside_catalytic_converter_t#incoming-1627530
https://www.whatdotheyknow.com/request/data_collecting_storing_sharing_6#incoming-1742773
Looking at the examples this appears to be linked to the provision of links in reference style. ( #4578 )
This issue also appears to be affecting attachments eg.
Google for eg.
and
for more examples
I suspect this is not just a WhatDoTheyKnow theme issue. Do move this issue if it is.
Note Google hit counts suggest "cyfeiriad e-bost" is more commonly used than "cyfeiriad ebost"
The text was updated successfully, but these errors were encountered: