> And what is the error in Mailman's error log.
GLOBAL_BAN_LIST = ['^[0-9a-z.]{6,}\+[0-9a-z]{4,}@gmail\.com$']
D'oh. My apologies. The error was not from the trailing '$' but
from not having the quotes in place originally. All is now well
(with the above).
Thanks,
Mark
2018/06/04 10:33:14 [e
On 06/03/2018 05:58 PM, Mark Dale wrote:
>
> I can't see why either, but with the '$' left in place, the
> Mailman Web UI displayed the error "Sorry, we hit a bug..."
And what is the error in Mailman's error log.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Cali
On 06/02/2018 11:53 PM, Rubén Fernández Asensio wrote:
> Hello all,
> I'm a new list administrator and a bit lost among Mailman's many
> features. Could you please give some advice?
> I'm trying to implement an announcement list and an unmoderated
> discussion list, and having the second receive al
On 06/03/2018 04:11 PM, Mark Sapiro wrote:
Ban list regexps are case insensitive.
Thank you for the clarification Mark.
The fact that the ones I saw never had periods following the plus sign.
ACK
--
Grant. . . .
unix || die
--
Mailman-U
> >> ^[0-9a-z.]{8,}\+[0-9a-z]{4,}@gmail\.com$
> >
> > I'm getting errors with the above however it seems to do the job
> > if I enclose it in quotes and remove the trailing $ - like so:
> >
> > GLOBAL_BAN_LIST = ['^[0-9a-z.]{6,}\+[0-9a-z]{4,}@gmail\.com']
-
> What you have done is correct
On 06/03/2018 04:28 PM, Mark Dale wrote:
>
>> I use this regexp in the GLOBAL_BAN_LIST
>>
>> ^[0-9a-z.]{8,}\+[0-9a-z]{4,}@gmail\.com$
>
> I'm getting errors with the above however it seems to do the job
> if I enclose it in quotes and remove the trailing $ - like so:
>
> GLOBAL_BAN_LIST = ['^[0
> I use this regexp in the GLOBAL_BAN_LIST
>
> ^[0-9a-z.]{8,}\+[0-9a-z]{4,}@gmail\.com$
I'm getting errors with the above however it seems to do the job
if I enclose it in quotes and remove the trailing $ - like so:
GLOBAL_BAN_LIST = ['^[0-9a-z.]{6,}\+[0-9a-z]{4,}@gmail\.com']
Am I missing s
On 06/03/2018 09:52 AM, Henrique Fagundes wrote:
>
> My idea is that when the attacker / attacker incorrectly enters the
> password of the login field in the web interface, it is blocked. But for
> this to work, it is necessary for MailMan to report unsuccessful login
> attempts in its log.
Mail
On 06/03/2018 09:53 AM, Grant Taylor via Mailman-Users wrote:
> On 06/02/2018 09:29 PM, Mark Sapiro wrote:
>> I use this regexp in the GLOBAL_BAN_LIST
>>
>> ^[0-9a-z.]{8,}\+[0-9a-z]{4,}@gmail\.com$
>
> Are you not looking for capital letters?
Ban list regexps are case insensitive.
> I can see
On June 3, 2018 5:44:17 PM UTC, Henrique Fagundes
wrote:
>Dear,
>
>Where should I put this file?
>First I put it in "/ etc / mailman", and it did not work.
>
It's intended to be an example of modifications that can be made to Utils.py in
order to get better logging. If you look in the mischief
Dear,
Where should I put this file?
First I put it in "/ etc / mailman", and it did not work.
Then I tried to add the contents of it to the file
"/usr/lib/mailman/Mailman/Utils.py" also did not work.
I use Mailman in version 2.1.23, installed in Debian 9 through "apt-get".
I'll be grateful i
On Sun, 2018-06-03 at 13:52 -0300, Henrique Fagundes wrote:
> Dear Colleagues,
>
> Good afternoon!
>
> I begin by apologizing for the fact that this text is difficult to
> interpret because I am Brazilian and I do not have many English
> language
> skills.
>
> I'm having a hard time using Fail
On 06/02/2018 09:29 PM, Mark Sapiro wrote:
I use this regexp in the GLOBAL_BAN_LIST
^[0-9a-z.]{8,}\+[0-9a-z]{4,}@gmail\.com$
Are you not looking for capital letters?
I can see how the period in the first class would work, but I don't see
that in the second class.
What am I missing?
--
G
Dear Colleagues,
Good afternoon!
I begin by apologizing for the fact that this text is difficult to
interpret because I am Brazilian and I do not have many English language
skills.
I'm having a hard time using Fail2Ban along with MailMan mailing list
management software.
My idea is that w
14 matches
Mail list logo