HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: Tagline
>On Thu, 3 Jun 1999, Steven Cruysberghs wrote:
>
>> So, if I understand what you're saying I could put :
>>
>> in config.dev a line like
>> TagLineFormat: "%%j"
>>
>
>Yes and you may also put other information in the tagline like this :
>
>TagLineFormat: "%%j|Page %%p of %%t"
>
>Then when you issue the following sendfax command :
>
>sendfax -i "To: ABC Company" -d 12345678 send.ps
>
>The tagline will be like this :
>
>To: ABC Company Page 1 of 1
>
>>
>> And in the ~/.hylarc (users home dir config file) I can put
>> the tagline per user
>> TagLineFormat: "Tagline from user"
OK, I've been experimenting with taglines and config files.
I tried the followin things:
- edit config.dev and removed the TagLineFormat line and put the line in the
/usr/share/fax/hyla.conf file (as general tagline format)
- I've also created (in my home dir) a file called .hylarc where I've put my
own specific tagline.
After this no tagline on any of the sent faxes.
- I changed config.dev and put in TagLineFormat: "%%j"
After this, still no tagline on any of the sent faxes.
Anybody?
I use RedHat 5.1. Am I changing the right config files? Or where sould they
be put?
Thanks in advance
Steven
- Follow-Ups:
- Re: Tagline
- From: David Woolley <david@djwhome.demon.co.uk>