On Fri, Dec 17, 2010 at 12:25:19AM -0800, selcukyazar wrote:
> we don't have procmail or maildrop. just postfix.I wannt abort
> forwarding mail it's subject contains Spam think.
A better approach is to use recipient_delimiter and tag the
envelope recipient address. Amavisd-new can do this. Then,
Hi,
we don't have procmail or maildrop. just postfix.I wannt abort forwarding
mail it's subject contains Spam think.
thanks.
--
View this message in context:
http://old.nabble.com/.Forward-file-piping-forwarded-mail-%28abort-sendmail%29-tp30470508p30479046.html
Sent from the Postfix mailing li
2010/12/17 selcukyazar :
>
>
> Hi
>
> Anybody have idea about | if [ grep '[][{!-]Spam[][?}].*'| nawk '{print
> $1}' == 1 ] ... command works in .forward file ?
try procmail or maildrop ?
--
Eero
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/s
Hi
my .forward manupulation works.
"| sed -e 's/Subject:/Subject:FW: /g' -e '/'Received:\.\*'/{N;d}'|
/usr/sbin/sendmail -i mail_ad...@hotmail.com"
-considering bounce loops-
ok, also i wantto use command like this;
if [ `expr match "$str" "[][{!-]Spam[][?}].*"` != "0" ]; then abort
forwar