I am pretty sure I did. Can you try the latest version.
Patrick
I think that I solved this in a different way. I will put a note
into the CHANGES.
SNPRINTF(Jobname,sizeof(Jobname)) "%s", s);
DEBUG2("Pjl_displayname: raw Jobname '%s'", Jobname);
{
int len = strlen(Jobname), i;
for( i = 0; i < len; ++i ){
int c = cval(Jobname+i);
if( !isspace(c) && !isalnum(c) ){
Jobname[i] = '_';
}
}
}
-----------------------------------------------------------------------------
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.
-----------------------------------------------------------------------------