Bug 2366 - "Allow AUTH" checkbox is broken
Summary: "Allow AUTH" checkbox is broken
Status: RESOLVED WONTFIX
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: obsolete (show other bugs)
Version: unspecified
Hardware: Other Windows 2000
: P3 normal
Target Milestone: ---
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-26 17:43 UTC by Steven Doerfler
Modified: 2004-07-27 15:11 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Doerfler 2003-08-26 17:43:20 UTC
The GUI interface to enable the AUTH command is broken.  The problem 
is in this code:

  if (defined $gui->property('allow_auth')) {
    $allow_top = $gui->property('allow_auth');
  }
  if (defined $gui->property('allow_top')) {
    $allow_top = $gui->property('allow_top');
  }

The first reference to $allow_top should be to $allow_auth.
Comment 1 Daniel Quinlan 2004-07-27 23:11:46 UTC
We were unable to bring SAproxy/pop3proxy into the Apache Software Foundation
therefore we are unfortunately unable to continue supporting it as part of the
SpamAssassin project.