Hi
Anybody have idea about | if [ grep '[][{!-]Spam[][?}].*'| nawk '{print
$1}' == 1 ] ... command works in .forward file ?
thanks.
/s
selcukyazar wrote:
>
> Hi
>
> my .forward manupulation works.
>
> "| sed -e 's/Subject:/Subject:FW: /g' -e '/'Received:\.\*'/{N;d}'|
> /usr/sbin/sendmail -i [email protected]"
> -considering bounce loops-
> ok, also i wantto use command like this;
>
> if [ `expr match "$str" "[][{!-]Spam[][?}].*"` != "0" ]; then abort
> forwarding anyway fi
>
> is it possible and what can be $str(i think its mail source)
>
>
> thanks in advance.
>
> selcuk
>
>
--
View this message in context:
http://old.nabble.com/.Forward-file-piping-forwarded-mail-%28abort-sendmail%29-tp30470508p30476841.html
Sent from the Postfix mailing list archive at Nabble.com.