Alfredo Saldanha <asalda...@infolink.com.br> wrote: > Is there some way to use milter check in a type of conditional ? > In my situation here, it can not be mandatory to each message. > I'm asking this because some users here want to receive all messages without > Spam verification. > > Part of my main.cf: > http://dpaste.com/3HFRR6V
Milter (e.g. MIMEDefang) can conditionally turn off anti-spam checks. *BUT* It will work OK for all recipient of the message in the same "spam check" category. Milter anti-spam checks make sense if they "refuse to accept" message in SMTP session. Due to SMTP design milter's after seeing the message content can only "accept for ALL recipients" or "reject/delay for ALL recipients". It may be fixed in an UGLY way by using "temporary rejects" (delaying delivery) for some recipients of "mixed recipients" messages. -- A. Filip