[cvs] commit: sam whitelist.php sam/docs CHANGES sam/lib SAM.php sam/lib/Driver sql.php sam/templates/menu menu.inc sam/templates/whitelist body.inc

Chris Bowlby excalibur@hub.org
Tue, 18 Jun 2002 20:14:20 -0700 (PDT)


excalibur    2002/06/18 20:14:20 PDT

  Modified files:
    docs                 CHANGES 
    lib                  SAM.php 
    lib/Driver           sql.php 
    templates/menu       menu.inc 
  Added files:
    .                    whitelist.php 
    templates/whitelist  body.inc 
  Log:
  Alright, added a few files as well as modified current functions to get the
  initial part of the whitelist preferences up and running.. Right now only
  'whitelist_from' is enabled and working, 'whitelist_to' is next.
  
  Also re-fixed and issue with SAM where the username was being set to t
  he full email address, this prevented Spam Assassin from seeing anything
  that was configured for a particular user. For the moment, I am stripping
  out the '@domain_name.com' portion and using the resulting username for
  username setting. This enabled Spam Assassin to once again see the preference.
  
  Revision  Changes    Path
  1.7       +27 -0     sam/docs/CHANGES
  1.9       +72 -27    sam/lib/Driver/sql.php
  1.6       +52 -1     sam/lib/SAM.php
  1.3       +1 -0      sam/templates/menu/menu.inc
  1.1       +25 -0     sam/templates/whitelist/body.inc (new)
  1.1       +45 -0     sam/whitelist.php (new)

  Chora Links:
  http://cvs.horde.org/diff.php/sam/docs/CHANGES?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/sam/lib/Driver/sql.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/sam/lib/SAM.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/sam/templates/menu/menu.inc?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/co.php/sam/templates/whitelist/body.inc?r=1.1
  http://cvs.horde.org/co.php/sam/whitelist.php?r=1.1