Re: Error in parsing of alias file?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Alan Barrett
Fecha:  
A: eelco
Cc: exim-users
Asunto: Re: Error in parsing of alias file?
> My alias file for the iafrica.sz domain often contains lines like:
>
> AUser: holiday@??? # Until Oct 6.
> #AUser: /var/mail/AUser


Lines *beginning* with '#' are comment lines. '#' anywhere else on a line
(in the aliases file) does not start a comment, but is expected to be
part of the email address.

If you need a comment at the end of the line, I suggest that
you use an RFC822 comment, like this:

    AUser:    holiday@??? (until 1997-10-06)
    #AUser:    /var/mail/AUser


--apb (Alan Barrett)




--
* This is sent by the exim-users mailing list.  To unsubscribe send a
    mail with subject "unsubscribe" to exim-users-request@???
* Exim information can be found at http://www.exim.org/