[ mailman-Patches-818601 ] "Announcement-only" (read only) list

SourceForge.net noreply at sourceforge.net
Tue Jan 6 02:20:57 EST 2004


Patches item #818601, was opened at 2003-10-06 22:07
Message generated for change (Comment added) made by hatukanezumi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=818601&group_id=103

Category: Web UI
Group: Mailman 2.2 / 3.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Hatuka*nezumi (hatukanezumi)
Assigned to: Nobody/Anonymous (nobody)
Summary: "Announcement-only" (read only) list

Initial Comment:
Documents say that Mailman "supports a wide range of
mailing list types, such as general discussion lists and
announce-only lists".  It's exactly true.  But some people 
wish really "announcement-only" feature.

By `Announcement-only' feature:
o Posting by e-mail is not allowed at all.  All messages
  to posting address are forwarded to owners and no other 
  users won't receive it.
o Web interface is provided so that only specified users
  ("posters") can post messages to list.

For example for `mail magazine' publishers,
`announcement-only' list is safer (Oooops! I've
approved the SPAM!) and let them be free from
moderation tasks.

Changes on codes:
o New CGI script `post'.
o New handler `Posttop' which switches messages bound to 
  list to owners (only on annnouncement-only list).
o New `announcement_only' configuration directive.
o Some modifications of templates.


Notice: By now this is buggie (both in Python and English).
    Comments and Fixes are welcome.


----------------------------------------------------------------------

>Comment By: Hatuka*nezumi (hatukanezumi)
Date: 2004-01-06 16:20

Message:
Logged In: YES 
user_id=529503

Update for 2.1.4.


----------------------------------------------------------------------

Comment By: Hatuka*nezumi (hatukanezumi)
Date: 2003-10-29 19:39

Message:
Logged In: YES 
user_id=529503

rel.1.0.

o Confusing "announcement-only" has been changed to "read-only".
o New admin category.


----------------------------------------------------------------------

Comment By: Hatuka*nezumi (hatukanezumi)
Date: 2003-10-09 23:51

Message:
Logged In: YES 
user_id=529503

rel.0.2.

* Posttop handler now placed after Hold handler so that 
  spam discarding and auto-response are capable.

* Global pipelone processing are ommitted when:
  --------------------------------------
  SpamDetect           : [A] and [W]
  Approve              :         [W]
  ReplyBot             :         [W]
  Moderate             : [A] 
  Hold                 :
  - administrivia      : [A]
  - too many recips    : [A]
  - implicit dest.     : [A]
  - suspicious headers : [A] and not [W]
  - message size       : [A] and not [W]
  - news moderation    : [A] and not [W]
  Posttop              : (if [A], may be switched to owner
pipeline.)
  AvoidDuplicates      : [A]
  ------------------------------
  [A]: list is announcement-only.
  [W]: message is posted from Web (by `poster').

* Additional modification to templates.

* Some admin option categories are hidden.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=818601&group_id=103



More information about the Mailman-coders mailing list