diff --git a/scripts/answering_machine.confin b/scripts/answering_machine.confin index 3966126..1275d57 100644 --- a/scripts/answering_machine.confin +++ b/scripts/answering_machine.confin @@ -101,7 +101,7 @@ text = Length: %(msg_length)i seconds See attached file. - The original file was saved to file:%(filename)s on host "%(hostname)s". + The original file was saved to file://%(hostname)s/%(filename)s on host "%(hostname)s". ############################################################################### diff --git a/scripts/fax.confin b/scripts/fax.confin index 5830a04..4e17b6d 100644 --- a/scripts/fax.confin +++ b/scripts/fax.confin @@ -132,7 +132,7 @@ text = Pages: %(numPages)i See attached file. - The original file was saved to file:%(filename)s on host "%(hostname)s". + The original file was saved to file://%(hostname)s/%(filename)s on host "%(hostname)s". ######### # defined for fax send: addressee, dialstring, subject, filename, tries, @@ -148,7 +148,7 @@ text = Number of tries: %(tries)s Last result: 0x%(result)x/0x%(resultB3)x - It was moved to file:%(filename)s on host %(hostname)s. + It was moved to file://%(hostname)s/%(filename)s on host %(hostname)s. [MailFaxFailed] @@ -161,7 +161,7 @@ text = Number of tries: %(tries)s Last result: 0x%(result)x/0x%(resultB3)x - It was moved to file:%(filename)s on host %(hostname)s. + It was moved to file://%(hostname)s/%(filename)s on host %(hostname)s. ###############################################################################