Bugs
Search the entire project
This project's trackers
Project
People
Advanced search
Log In  / New Account
Home
My Page
Projects
Sympa
Summary
Activity
Tracker
SCM
Listes Sympa
Bugs: Browse
|
Download .csv
|
Monitor
[#1460] topics don't work with private list
Date:
2007-01-02 12:02
Priority:
3
State:
Open
Submitted by:
Serge Aumont (
serge.aumont
)
Assigned to:
Nobody (None)
:
None
Category:
Moderation process
Group:
Resolution:
None
Platform:
Summary:
topics don't work with private list
Detailed description
- Creating a few topics
- make tag required
- make list private
- send a message to the list -> message seesms to be forwarded to list editor
sender is not prompted to tague message
Followup
Message
Date: 2007-01-03 10:03
Sender:
Serge Aumont
This was a choice : in order to make the workflow working for a non moderated list with requered msg_topics, you should use a scenario that request authentication. The related code is locate in sympa.pl::DoMessage : ## message topic context if (($action =~ /^do_it/) && ($context->{'topic_needed'})) { $action = "editorkey"; } This force editorkey where we xould like to choose betwing request_auth and editorkey
Attached Files:
No Files Currently Attached
Changes:
No Changes Have Been Made to This Item