masqmail-0.2

diff tpl/warnmsg.tpl.de @ 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.de	Fri Sep 26 17:05:23 2008 +0200
     1.3 @@ -0,0 +1,54 @@
     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 +  charset=iso-8859-1
    1.17 +
    1.18 +Diese Nachricht wurde Ihnen von dem Mail Agenten
    1.19 +(${package} ${version}) auf ${host_name} geschickt.
    1.20 +(This message was sent to you by the mailer daemon (${package} ${version})
    1.21 +at ${host_name}.)
    1.22 +
    1.23 +Bedauerlicherweise konnte Ihre Mail noch nicht an alle Empfänger
    1.24 +zugestellt werden.
    1.25 +(Sorry, but your mail could not yet be delivered to all recipients.)
    1.26 +
    1.27 +Die Mail konnte bis jetzt zu folgenden Empfängern nicht zugestellt werden:
    1.28 +(Delivery to the following recipients has been defered:)
    1.29 +
    1.30 +@failed_rcpts
    1.31 +
    1.32 +Die Zustellung wird weiterhin versucht, bis sie entweder erfolgreich
    1.33 +ist oder ein Zeitlimit eingetreten ist. In letzterem Fall wird
    1.34 +Ihnen eine Fehlermeldung zugestellt.
    1.35 +(Delivery will be tried again, until it is either successfull or a
    1.36 +timeout has been reached. If the latter happens, you will get a
    1.37 +delivery failure notice.)
    1.38 +
    1.39 +Diese Fehlermeldung könnte einen Hinweis über die Ursache geben:
    1.40 +(This error message may give you a hint about what caused the
    1.41 +delay:)
    1.42 +
    1.43 +${err_msg}
    1.44 +
    1.45 +Für weitere Hilfe, schreiben Sie an <postmaster@${host_name}>.
    1.46 +(If you need help, write to <postmaster@${host_name}>.)
    1.47 +
    1.48 +Die header Ihrer Mail folgen im Anhang:
    1.49 +(The headers of your message follow attached:)
    1.50 +
    1.51 +--${uid}/${host_name}
    1.52 +Content-Description: Undelivered Message Headers
    1.53 +Content-Type: message/rfc822
    1.54 +
    1.55 +@msg_headers
    1.56 +
    1.57 +--${uid}/${host_name}--