> From [EMAIL PROTECTED] Tue Aug 5 08:00:34 2003
> Date: Tue, 5 Aug 2003 17:00:32 +0200 (CEST)
> From: Henrik Edlund <[EMAIL PROTECTED]>
> To: Patrick Powell <[EMAIL PROTECTED]>
> Subject: Re: LPRng postings, and a big Thank You
>
> If you want to use force_lpq_status according to the docs (HOWTO), the
> following patch has to be applied. Otherwise it doesn't work when you have
> several ip netmasks listed as in the example:
>
> "The entry has the format KEY=list;KEY=list... where KEY is s for short
> and l for long format, and list is a list of hosts or IP addresses. For
> example:
>
> force_lpq_status=s=pc*.eng.com,130.192.12.0/24,l=sun*.eng.com
> "
>
Version LPRng-3.8.22 - Sun Jul 20 16:02:05 PDT 2003
If you want to use force_lpq_status according to the docs (HOWTO), the
following patch has to be applied. Otherwise it doesn't work when you have
several ip netmasks listed as in the example:
force_lpq_status=s=pc*.eng.com,130.192.12.0/24,l=sun*.eng.com
Change is:
- Split(&l,t,Value_sep,0,0,0,0,0,0);
Value_sep DEFINE( = " \t=#@" );
+ Split(&l,t,File_sep,0,0,0,0,0,0);
File_sep DEFINE( = " \t,;:" );
(Pointed out to me by: Henrik Edlund <[EMAIL PROTECTED]>)
-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address
If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body. For the impatient,
to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED]
with: | example:
subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED]
If you have major problems, send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------