X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=etc%2Freplcomps;h=6ec3ce727d6b9df50f931c3280bf3849b8578249;hp=21282fcbe6c8b13018edc671463a7db9506220fe;hb=c948e3f891a14ca70ed9f82ac05481e2a8614bb5;hpb=9665ec6f27f99bf6becbf8cce2978d962a9bf976 diff --git a/etc/replcomps b/etc/replcomps index 21282fc..6ec3ce7 100644 --- a/etc/replcomps +++ b/etc/replcomps @@ -1,28 +1,26 @@ -%; $Id$ -%; -%; replcomps: default form (components) file for `repl' -%; -%; Check for the following headers (in this order) -%; to construct the return address -%; -%; Mail-Reply-To -%; Reply-To -%; From -%; Sender -%; Return-Path -%; -%; AND -%; -%; cc: To (and) -%; cc (and) -%; personal address -%; -%(lit)%(formataddr %<{mail-reply-to}%?{reply-to}%?{from}%?{sender}%?{return-path}%>)\ -%<(nonnull)%(void(width))%(putaddr To: )\n%>\ -%(lit)%(formataddr{to})%(formataddr{cc})%(formataddr(me))\ -%<(nonnull)%(void(width))%(putaddr cc: )\n%>\ -%<{fcc}Fcc: %{fcc}\n%>\ -%<{subject}Subject: Re: %{subject}\n%>\ +%; $Header$ +%; +%; These next lines slurp in lots of addresses for To: and cc:. +%; Use with repl -query or else you may get flooded with addresses! +%; +%; If no To:/cc:/Fcc: text, we output empty fields for prompter to fill in. +%; +%(lit)%(formataddr{reply-to})\ +%(formataddr %<{from}%(void{from})%|%(void{apparently-from})%>)\ +%(formataddr{resent-to})\ +%(formataddr{prev-resent-to})\ +%(formataddr{x-to})\ +%(formataddr{apparently-to})\ +%(void(width))%(putaddr To: ) +%(lit)%(formataddr{to})\ +%(formataddr{cc})\ +%(formataddr{x-cc})\ +%(formataddr{resent-cc})\ +%(formataddr{prev-resent-cc})\ +%(formataddr(me))\ +%(void(width))%(putaddr cc: ) +Fcc: %<{fcc}%{fcc}%|+outbox%> +Subject: %<{subject}Re: %{subject}%> %; %; Make References: and In-reply-to: fields for threading. %; Use (void), (trim) and (putstr) to eat trailing whitespace.