==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=7007

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

--- Comment #1 from John Crisp <[email protected]> ---
I also note that this may affect :

/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/wbl.pm

It gets a property that is no longer set :

sub get_rrfh
{
    return ($db->get_prop('qpsmtpd', 'RequireResolvableFromHost') || 'no');
}

And uses it further down here :

sub create_modify_white
{
    my $fm = shift;
    my $q = $fm->{'cgi'};

    my $rrfh = $q->param("rrfh");
    $db->set_prop('qpsmtpd', 'RequireResolvableFromHost', "$rrfh");


Not sure how to resolve that one !

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to