procmailで要らないメールの転送を抑えるのレシピは間違ってました。
:0 c
* ! ^X-Loop: imai@karakuriya.biz
* ! ^Subject: \[SPAM\]
* ! ^From:.*hogehoge@hogehoge.com
* ! ^From:.*hogehoge@hogehoge.com
* ! ^From:.*hogehoge@hogehoge.com
! xxxxxxxxxx@r.vodafone.ne.jp
が正しいです。
正規表現の理解が間違ってました。
メールアドレスの前に、名前とかいろいろつくので、それを .* で対応。見難いですけど、半角のドットとアスタリスク(.*)です。

コメントする