From 49ecaf244178fa88cba8977093d4134c82c174e7 Mon Sep 17 00:00:00 2001
From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Date: Thu, 23 Apr 2015 10:30:14 +0200
Subject: [PATCH] Bug 14051: Tiny adjustment of ReturnPathDefault pref
 description
Content-Type: text/plain; charset=utf-8

Adding that Return-Path is bounce address. Note that if it is empty, the From address is used. This could be the admin address, but Koha uses other from addresses too.

Test plan:
Read the description on the preferences page.
Check some Koha mails with/without this pref. Note that this patch does not
change behavior in any way.
---
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref
index e1d54a6..81f022a 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref
@@ -15,7 +15,7 @@ Administration:
            - Use
            - pref: ReturnpathDefault
              class: email
-           - "as the email address set as the return path, if you leave this empty the admin address will be used."
+           - "as the return path or bounce address for undeliverable mail messages. If you leave this empty, the From address will be used (often defaulting to the admin address)."
         -
             - Show
             - pref: DebugLevel
-- 
1.7.10.4