1[%# send_auth.tt2 ~%] 2Reply-to: [% conf.email %]@[% domain %] 3[% IF request_topic -%] 4Subject: [%"Tag your message for list %1"|loc(list.name)|qencode%] 5[%- ELSIF conf.wwsympa_url -%] 6Subject: [%"Confirm your message for list %1"|loc(list.name)|qencode%] 7[%- ELSE -%] 8Subject: [%"CONFIRM ${authkey}"|qencode%] 9[%- END %] 10Content-Type: multipart/mixed; boundary="[% boundary %]" 11 12--[% boundary %] 13Content-Disposition: inline 14 15[% IF request_topic -%][%|loc(list.name)%]List %1 allows you to tag your messages, using a set of defined topics. To tag the attached message go to the following page:[%END%] 16 17[% 'request_topic' | url_abs([list.name,authkey]) %] 18[%- ELSE -%][%|loc(list.name)%]To distribute the attached message in list %1, click on the URL:[%END%] 19 20[% | mailtourl({subject => "CONFIRM ${authkey}"}) ~%] 21 [% conf.email %]@[% domain %] 22[%~ END %] 23 24[%|loc(conf.email,domain)%]Or send a message to %1@%2 with the following subject:[% END %] 25CONFIRM [% authkey %] 26[%- END -%] 27 28--[% boundary %] 29Content-Type: message/rfc822 30Content-Transfer-Encoding: 8bit 31Content-Disposition: inline 32X-Sympa-Attach: yes 33 34[%# Message is attached here. #%] 35 36--[% boundary %]-- 37