On Mon, Sep 09, 2002, Michael Schloh wrote:

> [...]
>     Remove old fakesyslog logic, and include new fsl dependency and build logic.
> [...]
>   ident (smtpfeed/.+)/.+ q{
>       prefix(
>           prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
> [...]

Be careful here: Postfix is the only application AFAIK
which uses program ids like "postfix/smtpd". Others
(as smtpfeed) certainly just use "smtpfeed" and hence
it should read:

   :
   ident (smtpfeed)/.+ q{
           :
           prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
   :

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   [EMAIL PROTECTED]

Reply via email to