1;-----------------------------------------------------------------------------
2; Sample Msged message template file.
3;-----------------------------------------------------------------------------
4;
5;-----------------------------------------------------------------------------
6; If you have a template defined in msged.cfg, it will use the file to create
7; a template when replying to and forwarding/redirecting messages.
8;
9; lines beginning with ';' are ignored.
10;
11; The normal tokens are the same as those used in the old form of message
12; attributes.  Tokens begin with a '%' sign and you may place them anywhere
13; you like within a line.  Please note that the fully expanded line must not
14; be more that 250 chars (not a likely problem).
15;
16; Lines will be included into the resulting message depending on the
17; attributes for the function (see config file).  The line tokens begin with
18; '\@' and have *one* following char that defines what type the line is.  The
19; types of lines are:
20;
21;     \@l      Followup (reply-comment) msgs.
22;     \@f      Forwarded msgs.
23;     \@r      Redirected msgs.
24;     \@n      New msgs (not forwarded or redirected).
25;     \@a      Messages appearing in a new area (replys only).
26;     \@q      Messages that include a quote.
27;     \@m      Includes the message text, quoted or not.
28;
29; Note that the letters are case-insensitive.
30;
31;-----------------------------------------------------------------------------
32;
33;-----------------------------------------------------------------------------
34; Template Token Names
35;
36;    %yms - year msg
37;    %yno - year now
38;    %mms - month msg
39;    %mno - month now
40;    %dms - day msg
41;    %dno - day now
42;    %wms - weekday msg
43;    %wno - weekday now
44;    %tnm - time msg normal
45;    %tnn - time now normal
46;    %tam - time msg atime
47;    %tan - time now atime
48;    %ofn - orginal from name
49;    %off - original from first name
50;    %otn - original to name
51;    %otf - original to first name
52;    %osu - original subject
53;    %ooa - original origin address
54;    %oda - orginal destination address
55;    %fna - from name
56;    %ffn - from first name
57;    %fad - from address
58;    %tna - to name
59;    %tfn - to first name
60;    %tad - to address
61;    %sub - subject
62;    %una - current user name
63;    %ufn - current user first name
64;    %uad - current user address
65;    %ceh - current echo tag (before area change)
66;    %oeh - old echo tag
67;-----------------------------------------------------------------------------
68;
69\@f* Forwarded from %oeh by %una (%uad).
70\@f* Originally by: %ofn (%ooa), %dms %mms %yms %tnm.
71\@f* Originally to: %otn (%oda).
72\@f
73\@f---------- Forwarded message ----------
74;
75\@r* Redirected by: %una (%uad).
76\@r* Originally to: %otn (%oda).
77\@r* Originally by: %ofn (%ooa), %dms %mms %yms %tnm.
78\@r
79\@r---------- Redirected message ----------
80;
81\@l* Originally by: %ofn (%ooa), %dms %mms %yms %tnm.
82\@l
83;
84\@a * Reply to message originally in area %oeh
85\@a
86;
87\@nHi %tfn!
88\@n
89;
90; \@q%mms %dms %tnm %yms, %ofn wrote to %otn:
91\@q%dms %mms %yms %tnm, %ofn wrote to %otn:
92\@q
93;
94\@m
95;
96\@n
97\@nCU/$OS$ %ufn
98;-----------------------------------------------------------------------------
99