04451812234441512228fd3010c5af6281d6af6d
[mmh] / etc / replcomps
1 %; replcomps
2 %;
3 %; default form (components) file for `repl'
4 %;
5 %; Check for the following headers (in this order)
6 %; to construct the return address
7 %;
8 %; Mail-Reply-To
9 %; Reply-To
10 %; From
11 %; Sender
12 %; Return-Path
13 %;
14 %; AND
15 %;
16 %; cc: To              (and)
17 %;     cc              (and)
18 %;     personal address
19 %;
20 %(lit)%(formataddr %<{mail-reply-to}%?{reply-to}%?{from}%?{sender}%?{return-path}%>)\
21 %<(nonnull)%(void(width))%(putaddr To: )\n%>\
22 %(lit)%(formataddr{to})%(formataddr{cc})%(formataddr(me))\
23 %<(nonnull)%(void(width))%(putaddr cc: )\n%>\
24 %<{fcc}Fcc: %{fcc}\n%>\
25 %<{subject}Subject: Re: %{subject}\n%>\
26 %<{date}In-Reply-To: Your message of "\
27 %<(nodate{date})%{date}%|%(pretty{date})%>."%<{message-id}
28              %{message-id}%>\n%>\
29 --------