Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2003 11:30:12 -0400
From:      Damian Gerow <damian@sentex.net>
To:        Dan Nelson <dnelson@allantgroup.com>
Cc:        questions@freebsd.org
Subject:   Re: Local procmail mailer, bypassing aliases?
Message-ID:  <20030902153012.GI769@sentex.net>
In-Reply-To: <mailman.1062198421.55385.fquestions-l@lists.sentex.ca>
References:  <20030829184122.GG6965@sentex.net> <20030829202131.GB7020@dan.emsphone.com> <20030829203542.GT6965@sentex.net> <mailman.1062198421.55385.fquestions-l@lists.sentex.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
Thus spake Dan Nelson (dnelson@allantgroup.com) [29/08/03 19:06]:
> Easy enough:
> 
> MAILER(`procmail')
> MODIFY_MAILER_FLAGS(`PROCMAIL',`-A')

Hmmmmm...  Still can't get it to work:

    MODIFY_MAILER_FLAGS(`procmailnoalias',`-A')
    MAILER(procmailnoalias)

I've tried upper-casing the MODIFY_MAILER_FLAGS line as well, to no avail.

I also tried using the generic procmail mailer and copying it to
procmailnoalias.m4 (and changing the required lines within), as well as our
custom .m4.  We still seem to be delivering to the alias defined in
/etc/mail/aliases.

> Basically, make sure the the appropriate Mmailer line in sendmail.cf
> doesn't have an 'A' in the F= flags list.

Hum.  From sendmail.cf:

    Mprocmailnoalias,   .... F=lsDFMw5:/|@qPSXfmnz9, ....

    Mprocmail,		.... F=DFMSPhnu9, ....

I don't see an 'A' flag in either of those, yet they're both listening to
aliases.  In fact, I don't see the letter 'A' in either mailers until the
last line ('A=procmail -Y -m $h $f $u').



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030902153012.GI769>