Mailfetch::Rule::Or - compound rule for the Or-operation
my $perl = Mailfetch::Rule::Or->new( rules => [ Subject->new( re => /\bperl\b/i ), Recipient->new( to => 'corion@cpan.org' ), ]);
Mailfetch::Rule::Compound, Mailfetch::Rule::Or