blob: 621e425cf1460294b3b56ba872337dc39281a275 (
plain)
1
2
3
4
5
|
title.gettext anyone on the web, notification is sent to list owner
# do not notify if it is just an update
is_subscriber([listname],[sender]) smtp,smime,md5 -> do_it
true() md5 -> do_it,notify
|