SoftWareRevue
03-21-2002, 11:57 PM
I had a request from a member regarding MailMan I don't know how to answer. :(
I've never used it or looked at it.
Here is their message:
After just a few hours, my mailing list is plagued by spam, and just deleting it will take valuable time each day. I received a hint that reconfiguring MailMan as follows to use discard as the default setting on adminstrative tasks will simplify deletion of spam. Can you make this change or advise me where and how to do it?
> buttons.AddRow([Center(RadioButton(id, mm_cfg.DEFER, 1)),
> Center(RadioButton(id, mm_cfg.APPROVE, 0)),
> Center(RadioButton(id, mm_cfg.REJECT, 0)),
> Center(RadioButton(id, mm_cfg.DISCARD, 0)),
> ])
> to
>
> buttons.AddRow([Center(RadioButton(id, mm_cfg.DEFER, 0)),
> Center(RadioButton(id, mm_cfg.APPROVE, 0)),
> Center(RadioButton(id, mm_cfg.REJECT, 1)),
> Center(RadioButton(id, mm_cfg.DISCARD, 0)),
> ])
Can someone tell me where to do this at?
hmmm . . . This isn't web hosting.
Maybe it should be in the Lounge. :rolleyes:
I've never used it or looked at it.
Here is their message:
After just a few hours, my mailing list is plagued by spam, and just deleting it will take valuable time each day. I received a hint that reconfiguring MailMan as follows to use discard as the default setting on adminstrative tasks will simplify deletion of spam. Can you make this change or advise me where and how to do it?
> buttons.AddRow([Center(RadioButton(id, mm_cfg.DEFER, 1)),
> Center(RadioButton(id, mm_cfg.APPROVE, 0)),
> Center(RadioButton(id, mm_cfg.REJECT, 0)),
> Center(RadioButton(id, mm_cfg.DISCARD, 0)),
> ])
> to
>
> buttons.AddRow([Center(RadioButton(id, mm_cfg.DEFER, 0)),
> Center(RadioButton(id, mm_cfg.APPROVE, 0)),
> Center(RadioButton(id, mm_cfg.REJECT, 1)),
> Center(RadioButton(id, mm_cfg.DISCARD, 0)),
> ])
Can someone tell me where to do this at?
hmmm . . . This isn't web hosting.
Maybe it should be in the Lounge. :rolleyes:
