Re: Append orig_to messages subject

2010-12-14 Thread selcukyazar
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

modify messages subject forwarded mails by .forward

2010-12-14 Thread selcukyazar
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

Re: Append orig_to messages subject

2010-12-14 Thread selcukyazar
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

Re: Append orig_to messages subject

2010-12-15 Thread selcukyazar
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

.Forward file piping forwarded mail (abort sendmail)

2010-12-15 Thread selcukyazar
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

.Forward file piping forwarded mail (abort sendmail)

2010-12-16 Thread selcukyazar
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

Re: .Forward file piping forwarded mail (abort sendmail)

2010-12-17 Thread selcukyazar
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