Subject: The mailing list for listmasters using Sympa
List archive
[sympa-users] reminder message to only non-data source members?
- From: Amos <address@concealed>
- To: "address@concealed >> address@concealed" <address@concealed>
- Subject: [sympa-users] reminder message to only non-data source members?
- Date: Mon, 29 Aug 2016 12:14:50 -0500
Is there an option to only send the monthly list reminder message to those members that are NOT on a data source? The closest thing I've come up with so far is to use the TT2 macros sort of like so:
--cut--
[% USE String %]
[% addr = String.new(user.email) %]
[% UNLESS addr.search('ourdomain\.org') %]
reminder text here.
[% END %]
--cut--
Of course this assumes that all 'ourdomain.org' addresses would be added via a data source, which in most cases would be true, but not all.
Amos
-
[sympa-users] reminder message to only non-data source members?,
Amos, 08/29/2016
- Re: [sympa-users] reminder message to only non-data source members?, Steve Shipway, 08/29/2016
Archive powered by MHonArc 2.6.19+.