but that lets you test a filter without the need to send and wait to receive an actual email.
the test shows the following:
Sub-condition is false: not first_delivery
Condition is false: not first_delivery and error_message
Sub-condition is true: $header_from: ends .jp
Sub-condition is true: $header_from: ends .jp or $h_X-Spam-Status: ends jp
Sub-condition is true: ($header_from: ends .jp or $h_X-Spam-Status: ends jp) or $h_X-Spam-Status: ends .ne.jp
Sub-condition is true: (($header_from: ends .jp or $h_X-Spam-Status: ends jp) or $h_X-Spam-Status: ends .ne.jp) or $header_from: contains ogawasangyo
Sub-condition is true: ((($header_from: ends .jp or $h_X-Spam-Status: ends jp) or $h_X-Spam-Status: ends .ne.jp) or $header_from: contains ogawasangyo) or $header_from: contains co.jp
Condition is true: (((($header_from: ends .jp or $h_X-Spam-Status: ends jp) or $h_X-Spam-Status: ends .ne.jp) or $header_from: contains ogawasangyo) or $header_from: contains co.jp) or $header_from: contains *.jp
Condition is false: $h_X-Spam-Bar: contains ++++
Return-path copied from sender
but the problem is that I still receive them.
thanks, i will read the page.