NAME

Mailfetch::Rule::Or - compound rule for the Or-operation

SYNOPSIS

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

SEE ALSO

Mailfetch::Rule::Compound, Mailfetch::Rule::Or