[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1099833: marked as done (wiki.debian.org: Verbatim text containing "8k/com" triggers spam filter)



Your message dated Sat, 8 Mar 2025 21:24:24 +0000
with message-id <20250308212424.GB8662@tack.einval.com>
and subject line Re: Bug#1099833: wiki.debian.org: Verbatim text containing "8k/com" triggers spam filter
has caused the Debian Bug report #1099833,
regarding wiki.debian.org: Verbatim text containing "8k/com" triggers spam filter
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1099833: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1099833
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wiki.debian.org
Severity: normal
User: debian-68k@lists.debian.org
Usertags: m68k
X-Debbugs-Cc: debian-68k@lists.debian.org

Hello,

I wanted to create a wiki page which contains the following verbatim text:

=== SunOS 4.1.1 ===

{{{
# dmesg | head -8

Feb 15 12:38
SunOS Release 4.1.1 (GENERIC) #1: Sat Oct 13 06:05:48 PDT 1990
Copyright (c) 1983-1990, Sun Microsystems, Inc.
mem = 24576K (0x18000000)
avail mem = 23486464
Ethernet address = 8:0:20:0:0:3
si at vme24d16 0x200000 vec 0x40
# uname -a
SunOS ferrari 4.1.1 1 sun3
# cat test.c
#include <stdio.h>
#include <sys/stdtypes.h>

#define offsetof(type, member) ((size_t)(unsigned long)(&((type *)0)->member))

struct test { char x; int y; };

int main()
{
    printf("struct test { char x; int y; };\n");
    printf("sizeof(sturct test) = %d\n", sizeof(struct test));
    printf("offsetof(struct test, y) = %d\n", offsetof(struct test, y));
}
# cc test.c
# file a.out
a.out:		mc68020 demand paged dynamically linked executable not stripped
# ./a.out
struct test { char x; int y; };
sizeof(struct test) = 6
offsetof(struct test, y) = 2
#
}}}

This fails as the substring "8k/com" triggers a spam filter, the error message is:

     'Sorry, can not save page because "8k/com" is not allowed in this wiki.'

Can this be alleviated by fixing the blacklist of the spam filter? I'm not sure why
"8k/com" is a blocked string, in particular being a substring.

Thanks,
Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

--- End Message ---
--- Begin Message ---
Fixed the blacklist, as mentioned in IRC earlier.

Thanks for reporting!

On Sat, Mar 08, 2025 at 05:31:46PM +0100, John Paul Adrian Glaubitz wrote:
>Package: wiki.debian.org
>Severity: normal
>User: debian-68k@lists.debian.org
>Usertags: m68k
>X-Debbugs-Cc: debian-68k@lists.debian.org
>
>Hello,
>
>I wanted to create a wiki page which contains the following verbatim text:
>
>=== SunOS 4.1.1 ===
>
>{{{
># dmesg | head -8
>
>Feb 15 12:38
>SunOS Release 4.1.1 (GENERIC) #1: Sat Oct 13 06:05:48 PDT 1990
>Copyright (c) 1983-1990, Sun Microsystems, Inc.
>mem = 24576K (0x18000000)
>avail mem = 23486464
>Ethernet address = 8:0:20:0:0:3
>si at vme24d16 0x200000 vec 0x40
># uname -a
>SunOS ferrari 4.1.1 1 sun3
># cat test.c
>#include <stdio.h>
>#include <sys/stdtypes.h>
>
>#define offsetof(type, member) ((size_t)(unsigned long)(&((type *)0)->member))
>
>struct test { char x; int y; };
>
>int main()
>{
>    printf("struct test { char x; int y; };\n");
>    printf("sizeof(sturct test) = %d\n", sizeof(struct test));
>    printf("offsetof(struct test, y) = %d\n", offsetof(struct test, y));
>}
># cc test.c
># file a.out
>a.out:		mc68020 demand paged dynamically linked executable not stripped
># ./a.out
>struct test { char x; int y; };
>sizeof(struct test) = 6
>offsetof(struct test, y) = 2
>#
>}}}
>
>This fails as the substring "8k/com" triggers a spam filter, the error message is:
>
>     'Sorry, can not save page because "8k/com" is not allowed in this wiki.'
>
>Can this be alleviated by fixing the blacklist of the spam filter? I'm not sure why
>"8k/com" is a blocked string, in particular being a substring.
>
>Thanks,
>Adrian
>
>--
> .''`.  John Paul Adrian Glaubitz
>: :' :  Debian Developer
>`. `'   Physicist
>  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
>
>
-- 
Steve McIntyre, Cambridge, UK.                                steve@einval.com
"I used to be the first kid on the block wanting a cranial implant,
 now I want to be the first with a cranial firewall. " -- Charlie Stross

--- End Message ---

Reply to: