On Tue, Sep 20, 2005, Jasper wrote:
> Claus Assmann wrote:
> > Include File
> > :include:/path/name
> >You want the second option, right?
> Thank you Claus, this works, but only with double collon(:)!!
> name::include:/path/name
The first colon is the delimiter (aliases(5)) to distinguish LHS
and RHS of an alias entry:
This file describes user ID aliases used by /usr/sbin/sendmail. The file
resides in /etc/mail and is formatted as a series of lines of the form
name: addr_1, addr_2, addr_3, . . .
The second colon is part of the ":include:" token, hence:
name: :include:/path/name