We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39bdbd6 commit 78c5972Copy full SHA for 78c5972
2 files changed
conf/_application.php
@@ -21,7 +21,7 @@
21
* Release date (ISO)
22
* @global string
23
*/
24
-$app_date = '2019-02-26';
+$app_date = '2019-02-27';
25
26
/**
27
* Long version string for checking differences
htsrv/anon_unsubscribe.php
@@ -32,8 +32,9 @@
32
case 'comment':
33
// Unsubscribe anonymous user from notifications of replies on Items where the user posted a comment:
34
35
- // Stop a request from the blocked IP addresses or Domains:
36
- antispam_block_request();
+ // We always want to allow someone to unsubscribe from email they don't want to receive. Even if they are a suspected spammer themselves.
+ // Do NOT Stop a request from the blocked IP addresses or Domains:
37
+ //antispam_block_request();
38
39
if( !is_email( $anon_email ) )
40
{
0 commit comments