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
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:F
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
Hi again,
my .forward manupulation works.
"| sed -e 's/Subject:/Subject:FW: /g' -e '/'Received:\.\*'/{N;d}'|
/usr/sbin/sendmail -i mail_ad...@hotmail.com"
ok, also i wantto use command like this;
if [ `expr match "$str" "[][{!-]Spam[][?}].*"` != "0" ]; then abort
forwarding anyway fi
is it p
Thanks It works. :) i tried sed end of command :)
selçuk.
Ralf Hildebrandt wrote:
>
> * Selcuk Yazar :
>> Thanks for prompt reply. also i try "| /usr/sbin/sendmail -i
>> myad...@gmail.com" but i think there is no way to change subject in here.
>
> "| sed 's/Subject: foo/Subject: bar/g' | /u
Hi
We have postfix server and some of our users have .forward file. I want ot
change orig_to mesages (forwarded mesages) subject in server side, Can I do
that
thanks in advance
selcuk
--
View this message in context:
http://old.nabble.com/modify-messages-subject-forwarded-mails-by-.forward
Nobody ?
seyazar wrote:
>
> Hi
>
> We have postfix server and some of our users have .forward file. I want ot
> change orig_to mesages (forwarded mesages) subject in server side, Can I
> do that
>
> thanks in advance
>
> selcuk
>
--
View this message in context:
http://old.nabble.com/App