Last active
June 21, 2017 01:13
-
-
Save koki-h/c191b2f7e1f36cf338e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #差出人が自分の場合はSubjectにマークを付ける。 | |
| myaddress=`pwd | cut -d/ -f5` #自分のメールアドレス | |
| if ( /^From:\s*(.*)${myaddress}@example.com/) | |
| { | |
| mark=`echo '[送信メール]' | nkf -jM` | |
| xfilter "sed -e 's|^Subject: |Subject: $mark |' " | |
| } | |
| cc "!inspector@example.com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment