Subject: The mailing list for listmasters using Sympa
List archive
Re: [en@sympa] Allowing ONLY list subscribers and owners to unsubscribe
- From: Stephen Jarjoura <address@concealed>
- To: "address@concealed" <address@concealed>
- Subject: Re: [en@sympa] Allowing ONLY list subscribers and owners to unsubscribe
- Date: Thu, 18 May 2023 16:33:29 -0400
- equal([sender],[email])
If the message sender is equal to the request target - is_subscriber([listname],[email])
If the request target is a subscriber of this list
Even though it's in the Action section of that document, we're using it in the test portion of the scenario.
Collaborative Systems GroupInformation Technology ServicesBoston College
I want to allow a list subscriber to unsubscribe themselves. I have a scenario “unsubscribe.subscriber” configured
title.gettext owners & subscribers only
is_subscriber([listname],[email]) smtp,dkim,smime,md5 -> do_it,notify
is_owner([listname],[email]) smtp,dkim,smime,md5 -> do_it
is_listmaster([sender]) smtp,dkim,md5,smime -> do_it
true() smtp,dkim,md5,smime -> reject(reason='unsub_closed')
But emailing sympa the command “unsubscribe listname address@concealed” from address@concealed allows B to unsubscribe A, even though B is not the list subscriber or even A list subscriber.
I also tried
is_subscriber([listname],[sender]) smtp,dkim,smime,md5 -> do_it,notify
Am I missing something, or must I restrict unsubscribe to owners and/or listmasters if I don’t want it open?
Thanks
Betty
Betty Widerski
Cloud & Server Engineering – HBS Information Technology
HARVARD BUSINESS SCHOOL
Shad 108 N | address@concealed | T: 617.495.6642
-
[en@sympa] Allowing ONLY list subscribers and owners to unsubscribe,
Widerski, Betty, 05/18/2023
- Re: [en@sympa] Allowing ONLY list subscribers and owners to unsubscribe, Stephen Jarjoura, 05/18/2023
Archive powered by MHonArc 2.6.19+.