Jefferson B. Limeira wrote:

> Hi,
> 
>   First, my english is very poor, sorry!
> 
>   I trying create a squidguard config file using '@' on src, like:
> 
> src admin {
>         user            [EMAIL PROTECTED] // <- line 23
> }
> 
> but squidguard don´t start, and log this error:
> 
> syntax error in configfile /etc/squid/squidguard.conf line 23
> going into emergency mode
> 
> I read and alter the source code, but my skills don´t permit sucessfull 
> changes.
> Anybody can help me with the necessary changes? Thanks!

>From '/usr/share/doc/squidguard/doc/configuration.txt.gz':

[...]
Users (multiple):
        user foo [...]  **)
        where:

        foo is a username (from a ident/RFC-931 lookup to
        the client.
[...]


RFC-931 was superseded by RFC-1413 and this one points to RFC-1341,
which says:

[...]
tspecials :=  "(" / ")" / "<" / ">" / "@"  ; Must be in
                       /  "," / ";" / ":" / "\" / <">  ; quoted-string,
                       /  "/" / "[" / "]" / "?" / "."  ; to use within
                       /  "="                        ; parameter values
[...]

So I suppose you must quote it like this "[EMAIL PROTECTED]"

Anyone with experience? HTH,

-
Roberto
begin:vcard
fn:Roberto S. Meyer
n:Meyer;Roberto S.
org;quoted-printable:Instituto de Desarrollo Rural;Inform=C3=A1tica
adr:;;Godoy Cruz 111;Mendoza;Mendoza;M5500GOB;Argentina
email;internet:[EMAIL PROTECTED]
title;quoted-printable:Jefe de =C3=81rea
tel;work:54-261-4056007
tel;fax:54-261-4056001
tel;cell:54-261-4698189
x-mozilla-html:FALSE
version:2.1
end:vcard

  • Users with '@' Jefferson B. Limeira
    • Re: Users with '@' Roberto Meyer

Reply via email to