Skip to Content.
Sympa Menu

en - Re: [sympa-users] distribution list

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Olivier Salaun <address@concealed>
  • To: Fil <address@concealed>
  • Cc: Sympa-Users <address@concealed>
  • Subject: Re: [sympa-users] distribution list
  • Date: Fri, 02 Feb 2001 14:54:06 +0100

Fil wrote:

> This is about send-only mailing-lists.
>
> Here list is send-only. It has 120 000 subscribers, many addresses bounce,
> and
> many people reply. So properly sorting all these messages is vital.
>
> * What do I have?
> When a mail comes back from subscribers, it can be either a bounce or a
> reply. It is usually sent to listname@server. (And that's what I want: I
> want sympa to processs all replies.)
>
> Sympa then sorts bounces, and asks the editor to "moderate" the other
> messages. I hate it.
> The alias in /etc/aliases is
> listname: "| /home/sympa/bin/queue listname"
>
> * What do I want?
> I want sympa to send the messages (other than bounces) to the editor (with
> some additional headers, why not), so the editor can process them as if they
> were sent to her directly (like "reply to the message" should reply to the
> sender, not to sympa)
> [...]
> config: send editorkeyonly

Here is a scenario that should have the awaited behaviour :

## Moderated with MD5 keys for editors
is_editor([listname],[sender]) smtp -> editorkey
is_editor([listname],[sender]) smime,md5 -> do_it
## Otherwise forwarded to editors
true() smtp,smime,md5 -> editor

--
Olivier Salaün
Comité Réseaux des Universités



Archive powered by MHonArc 2.6.19+.

Top of Page