Skip to Content.
Sympa Menu

en - [sympa-users] reminder message to only non-data source members?

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • 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





Archive powered by MHonArc 2.6.19+.

Top of Page