rushi de silva wrote:
> On Monday, June 28, 2004, at 11:24 AM, Alexander Gretencord wrote:
>
>
>>On Monday 28 June 2004 19:59, rushi de silva wrote:
>>
>>>how do i disable anomy filtering.
>>
>>Edit filter.sh to not call anomy (you probably have some pipe
>>construction
>>there, piping everything through anomy, through sa and then back out to
>>postfix, just remove the call to anomy)
>
>
> if i delete everything and leave the exit command will this work?
> i am not sure what i should delete here at all.
>
> -- cut
cat | $SPAMASSASSIN -x | $SANITIZER \
$ANOMY_CONF 2>>$ANOMY_LOG > out.$$ || \
{ echo Message content rejected; exit $EX_UNAVAILABLE; }
goes to:
cat | $SPAMASSASSIN -x || \
{ echo Message content rejected; exit $EX_UNAVAILABLE; }
Regards,
Mark Janssen
http://www.givemehelp.co.uk/