Re: Blanket email ban
"Mario S. Mommer" <[email protected]>
| Newsgroups | gmane.lisp.common-lisp-net.devel |
|---|---|
| Message-ID | <[email protected]> |
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? Regards, Mario