~ubuntu-branches/ubuntu/lucid/spamassassin/lucid-proposed

« back to all changes in this revision

Viewing changes to lib/Mail/SpamAssassin/PerMsgStatus.pm

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2007-06-13 11:33:36 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070613113336-icdflw7kthep7ptm
Tags: 3.2.1-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/control:
    + Replace libmail-spf-query-perl Recommends with Depends on
      libmail-spf-perl for spamassassin binary.
    + Bump required version for libnet-dns-perl to (>= 0.58) due
      to libmail-spf-perl requirements.
    + Change Maintainer/XSBC-Original-Maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1243
1243
 
1244
1244
            AUTOLEARN => sub { return $self->get_autolearn_status(); },
1245
1245
 
 
1246
            AUTOLEARNSCORE => sub { return $self->get_autolearn_points(); },
 
1247
 
1246
1248
            TESTS => sub {
1247
1249
              my $arg = (shift || ',');
1248
1250
              return (join($arg, sort(@{$self->{test_names_hit}})) || "none");