Re: Blanket email ban
Robert Goldman <[email protected]>
| Newsgroups | gmane.lisp.common-lisp-net.devel |
|---|---|
| Message-ID | <[email protected]> |
On 6/16/15 Jun 16 -2:29 AM, Mario S. Mommer wrote: > Hi Robert, > > On Mon, 15 Jun 2015 08:55:54 -0500 > Robert Goldman <[email protected]> wrote: > >> On 6/11/15 Jun 11 -4:38 PM, Mario S. Mommer wrote: >> Is there any chance this is disabled on cl.net? I tried to block all >> twitter emails using >> >> ^.*@twitter.com >> >> which I believe to be correct according to those docs. > > I don't think it is disabled. Maybe you need to escape the dot in the > email address, like this: > > ^.*@twitter\.com > > Does that work? No, I tried and I get the same error as before. I also tried adding a normal email address after a ^ as follows: ^[email protected] and get the same error, which leads me to suspect that the ^ flag is disallowed in this installation. Best, r