view en/finish @ 2:4f023aa1879c

Changes to make text structure clearer (changed conditional algorithm).
author Ben Schmidt
date Fri, 04 Mar 2011 15:24:50 +1100
parents 4d51ba4753ae
children 7e3fe4490437
line wrap: on
line source

%ifaction unsub%Subject: Goodbye from $list$@$domain$%endif%
%ifaction release reject%Subject: Moderated $list$@$domain$: $subject$%endif%
%ifaction permit obstruct%Subject: Guarded $list$@$domain$: $subaddr$%endif%
%ifaction post%Subject: Posted to $list$@$domain$: $subject$%endif%

%text prologue%

%ifaction unsub%
%wrap%
  %ifreason request%
  %endif%
  %ifreason confirm%
    Thank you for confirming your unsubscribe.
  %endif%
  You have now been removed from
  %iftype normal%%endif%
  %iftype digest% the digest version of %endif%
  %iftype nomail% the no-mail version of %endif%
  the list.
%endif%

%ifaction release%
%wrap%
  You have successfully released the message from $posteraddr$ with subject
  "$subject" to the list.
%endif%

%ifaction reject%
%wrap%
  You have successfully rejected the message from $posteraddr$ with subject
  "$subject".
%endif%

%ifaction permit%
%wrap%
  You have successfully permitted $subaddr$ to join the list.
%endif%

%ifaction obstruct%
%wrap%
  You have successfully obstructed $subaddr$ from joining the list.
%endif%

%ifaction post%
%wrap%
  %ifreason confirm%
    Thank you for confirming your post.
  %endif%
  %ifreason release%
    A moderator has released your post.
  %endif%
  %ifreason request%
    Thank you for your post.
  %endif%
  It is now being distributed to the list.
%endif%