http://bugzilla.spamassassin.org/show_bug.cgi?id=3949





------- Additional Comments From [EMAIL PROTECTED]  2005-03-11 23:28 -------
The eval test...

sub check_all_trusted {
  my ($self) = @_;
  return $self->{num_relays_trusted}
        && !$self->{num_relays_untrusted}
        && !$self->{num_relays_unparseable};
}

... doesn't allow for mail between users on a local system (no SMTP).  I'd be +1
on the patch for 3.0.3 if $self->{num_relays_trusted} was removed from the
condition (doing the same in trunk would be good too).

The latter two conditions handle the "all relays trusted" condition by
themselves... if there are no unparsable relays and no untrusted relays, then
all the relays are therefore trusted (where 'all the relays' might be that there
are no relays).



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to