moved from_email feature to 0.4.5

git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@362 4ebea2bb-67d4-0310-8558-a5799e421b66
This commit is contained in:
gernot 2004-11-28 07:26:08 +00:00
parent e6afc83e07
commit f37a392ad8
3 changed files with 6 additions and 6 deletions

8
NEWS
View File

@ -40,10 +40,6 @@
* core: accept incoming color faxes now
* scripts: added new options "fax_email_from" and "voice_email_from" to
answering_machine.conf and fax.conf (thx to Achim Bohnet for submitting
a patch with this feature!; closes bug #46)
* started a detailed ChangeLog file from 2003-10-05. From now on, NEWS
should only contain important changes from a user's point of view, while
ChangeLog records all changes in detail.
@ -81,6 +77,10 @@
you'll have to adapt the function sfftotif at the beginning of
cs_helpers.py manually.
* scripts: added new options "fax_email_from" and "voice_email_from" to
answering_machine.conf and fax.conf (thx to Achim Bohnet for submitting
a patch with this feature!; closes bug #46)
* core: use shorter, more readable format for Python traceback logging
0.4.4

View File

@ -80,7 +80,7 @@ record_length="60"
# finished by the answering machine
record_silence_timeout="5"
# voice_email_from (optional, default voice message addressee) [New in 0.5]
# voice_email_from (optional, default voice message addressee)
# When voice messages are send by e-mail this address is used in the 'From:'
# header field.
voice_email_from="capisuite daemon <root>"

View File

@ -108,7 +108,7 @@ fax_stationID="+49 000 0000"
#
fax_headline="Sent by CapiSuite (www.CapiSuite.de)"
# fax_email_from (optional, default fax addressee) [New in 0.5]
# fax_email_from (optional, default fax addressee)
# When a received fax is distributed by e-mail this address
# used in the 'From:' header field. Ditto from success/failed fax e-mail
# messages.