Changeset 214

Show
Ignore:
Timestamp:
10/11/07 21:22:08 (15 months ago)
Author:
jonas
Message:

CpVES 0.10

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/includes/config.inc.default.php

    r205 r214  
    8484         "autoresponder_send", "email_options","fetchmail", 
    8585         "mailarchive","mailfilter","spamassassin","spamassassin_learn","autoresponder_xheader"); 
    86 $config['cpves_version']="0.10-SVN"; 
     86$config['cpves_version']="0.10"; 
    8787require_once(ROOT . '/includes/func.inc.php'); 
    8888?> 
  • trunk/mail_system.sql

    r203 r214  
    44--  
    55-- Host: localhost 
    6 -- Generation Time: Sep 15, 2007 at 08:13 PM 
     6-- Generation Time: Oct 11, 2007 at 09:17 PM 
    77-- Server version: 5.0.32 
    88-- PHP Version: 5.2.0-8+etch7 
     
    2525  `full_name` varchar(255) collate utf8_unicode_ci default NULL, 
    2626  `cpasswd` varchar(255) character set utf8 NOT NULL default '', 
    27   `web_lang` varchar(8) collate utf8_unicode_ci NOT NULL, 
     27  `web_lang` varchar(14) collate utf8_unicode_ci NOT NULL, 
    2828  PRIMARY KEY  (`id`), 
    2929  UNIQUE KEY `id` (`id`) 
     
    149149  `p_check_grey` tinyint(1) NOT NULL default '0', 
    150150  `p_mlists` tinyint(4) NOT NULL default '0', 
     151  `p_spam_fwd` tinyint(1) NOT NULL default '0', 
    151152  PRIMARY KEY  (`id`), 
    152153  UNIQUE KEY `dnsname_2` (`dnsname`) 
     
    352353  `p_check_polw` tinyint(1) NOT NULL default '1', 
    353354  `p_check_grey` tinyint(1) NOT NULL default '0', 
     355  `p_spam_fwd` tinyint(1) NOT NULL default '0', 
    354356  PRIMARY KEY  (`id`), 
    355357  UNIQUE KEY `email` (`email`) 
     
    357359 
    358360-- -------------------------------------------------------- 
    359  
    360 --  
    361 -- Table structure for table `smtpd_recipient_classes` 
    362 --  
    363  
    364361 
    365362DROP VIEW IF EXISTS smtpd_recipient_classes; 
     
    371368); 
    372369 
     370