Lindsay Haisley writes: > In order for a system courierfilter (in /var/lib/filters rather than > /var/lib/allfilters) to be in the loop, my understanding is that rcptfilter > _must_ return an exit code of 99. This is necessary. Is it also > sufficient? In other words, if there is _no_ local content filter file > (smtpfilter) is its absence simply ignored and mail delivered as if > smtpfilter were there and had terminated with a zero exit code?
You are mixing up two different APIs. rcptfilter and smtpfilter API is a per-recipient API; this is completely separate from the global filter APIs (except that, of course, if one rejects the mail the rest won't even get to filter it in the first place). -- Sam _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
