/usr/share/sympa/default/scenari/subscribe.owner is in sympa 6.1.7~dfsg-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | title.gettext owners approval
# if subscriber request come from a subscriber, it's just an update, do it
is_subscriber([listname],[sender]) smtp,smime,md5 -> do_it
# if subscribtion request is just a change email, it is open :
is_subscriber([listname],[previous_email]) smtp,smime,md5 -> do_it
true() smtp,dkim,smime,md5 -> owner
|