From 4f97c8f413c49aa23ff36b439121995f15b6f499 Mon Sep 17 00:00:00 2001 From: htgoebel Date: Fri, 28 Jan 2005 19:21:30 +0000 Subject: [PATCH] changed MailFaxReceived message, esp. added stationID to subject git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@428 4ebea2bb-67d4-0310-8558-a5799e421b66 --- scripts/fax.confin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/fax.confin b/scripts/fax.confin index 4e17b6d..5a51524 100644 --- a/scripts/fax.confin +++ b/scripts/fax.confin @@ -124,12 +124,12 @@ fax_email_from="capisuite daemon " # resolution color, numPages, filename, hostname [MailFaxReceived] -subject = Received a fax from %(call_from)s to %(call_to)s +subject = Received a fax from %(stationID)s (%(call_from)s) for %(call_to)s text = You got a fax from %(call_from)s to %(call_to)s Station ID: %(stationID)s - Transmission Details: bit rate %(bitRate)i %(resolution)s %(color)s Pages: %(numPages)i + Transmission Details: bit rate %(bitRate)i %(resolution)s %(color)s See attached file. The original file was saved to file://%(hostname)s/%(filename)s on host "%(hostname)s".