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] hack notify.awk to print time on putHeaders
>
> I tried
>
> function putheaders(subject)
> {
> print "To: " mailaddr;
> print "Subject: " subject;
> print "Date : ", strfmt(" %d %b &Y %H:%M");
This is a Mailheader! "Date:" is no Mailheaderfield!
> <---------------
> print "";
> printf "Your" jobtype " job to " .....
Place your modification here among the printf-statements, so this will
show up in the mail body.
Or: Modify the subject variable that is passed to the function to get
the info in the mailsubject.
--
Holger
____________________ 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@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*