2002-06-10 82956 [長年日記]

振り分け指定

ちょっと変更。

<rules>
  <rule match="@BeginWith(%Subject, '[Qs:')">
    <move folder="ml/qs"/>
  </rule>
  <rule match="@BeginWith(%From, 'hoge')">
    <copy account="foo" folder="hoge"/>
  </rule>
</rules>