HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] X-Headers
Dennis Kavadas wrote:
hi all
question..
is it possible to place the below vars...
$SENDER
$PAGES
$QUALITY
$PAGE
$RECEIVED
$TIMETORECV
$SIGNALRATE
$DATAFORMAT
$ERRCORRECT
$CALLID1
$CALLID2
$DEVICE
...in x-headers of the email when using FaxDispatch ?
With 4.3.0 and earlier and all HylaFAX+ releases you'd customize
faxrcvd. HylaFAX+ would be something like this:
--- faxrcvd.orig 2007-01-29 11:25:34.973085352 -0800
+++ faxrcvd 2007-01-29 12:32:33.985102656 -0800
@@ -64,6 +64,10 @@
(echo "Mime-Version: 1.0"
echo "Content-Type: $MAILTYPE"
echo "Content-Transfer-Encoding: $MAILENCODING"
+ echo "X-HylaFAX-SENDER: $SENDER"
+ echo "X-HylaFAX-QUALITY: $QUALITY"
+ echo "X-HylaFAX-PAGES: $PAGES"
+ echo "X-HylaFAX-SENDER: $SENDER"
echo "To: $MAILTO"
echo "From: $DICTRECEIVEAGENT <$FROMADDR>"
if [ -f "$FILE" ]; then
Lee.
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*