masqmail-0.2

diff tpl/warnmsg.tpl @ 0:08114f7dcc23

this is masqmail-0.2.21 from oliver kurth
author meillo@marmaro.de
date Fri, 26 Sep 2008 17:05:23 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tpl/warnmsg.tpl	Fri Sep 26 17:05:23 2008 +0200
     1.3 @@ -0,0 +1,42 @@
     1.4 +Subject: Warning: could not yet send message
     1.5 +From: MAILER-DAEMON@${host_name}
     1.6 +To: ${return_path}
     1.7 +MIME-Version: 1.0
     1.8 +Content-Type: multipart/mixed;
     1.9 +        boundary="${uid}/${host_name}"
    1.10 +
    1.11 +This is a MIME-encapsulated message.
    1.12 +
    1.13 +--${uid}/${host_name}
    1.14 +Content-Description: Notification
    1.15 +Content-Type: text/plain
    1.16 +
    1.17 +This message was sent to you by the mailer daemon (${package} ${version})
    1.18 +at ${host_name}.
    1.19 +
    1.20 +Sorry, but your mail could not yet be delivered to all recipients.
    1.21 +Delivery to the following recipients has been defered:
    1.22 +
    1.23 +@failed_rcpts
    1.24 +
    1.25 +Delivery will be tried again, until it is either successful or a
    1.26 +timeout has been reached. If the latter happens, you will get a
    1.27 +delivery failure notice.
    1.28 +
    1.29 +
    1.30 +This error message may give you a hint about what caused the
    1.31 +delay:
    1.32 +
    1.33 +${err_msg}
    1.34 +
    1.35 +If you need help, write to <postmaster@${host_name}>.
    1.36 +
    1.37 +The headers of your message follow attached:
    1.38 +
    1.39 +--${uid}/${host_name}
    1.40 +Content-Description: Undelivered Message Headers
    1.41 +Content-Type: message/rfc822
    1.42 +
    1.43 +@msg_headers
    1.44 +
    1.45 +--${uid}/${host_name}--