diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-05-17 11:45:52 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-05-17 11:45:52 +0000 |
commit | e746cb33a209e6ab234b081eeafd9b8e26edb871 (patch) | |
tree | 53a0a14b189c90980a52e9e1a89de641e2664eea /UPDATING | |
parent | 39eead20b9913e8f072b1d6f515ff081535fc52e (diff) |
- Fix format so that the UPDATING rss feed [1] works again
Notes
Notes:
svn path=/head/; revision=213185
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -15,20 +15,20 @@ upgrades. sql schema. If you have third party programs that access sql tables, you will need to update those also. -COMPATIBILITY WITH 2.5.4 + COMPATIBILITY WITH 2.5.4 -- when using SQL for logging (e.g. for a pen pals feature) or for - quarantining, SQL tables tables maddr, msgs, msgrcpt and quarantine need - to be extended by a new field 'partition_tag'; see below for details; + - when using SQL for logging (e.g. for a pen pals feature) or for + quarantining, SQL tables tables maddr, msgs, msgrcpt and quarantine need + to be extended by a new field 'partition_tag'; see below for details; -- when SQL logging (pen pals) or SQL lookups are used, one can choose a - binary or a character data type for fields users.email, mailaddr.email, - and maddr.email; now may be a good opportunity to change a data type - to binary (string of bytes); see below for details; + - when SQL logging (pen pals) or SQL lookups are used, one can choose a + binary or a character data type for fields users.email, mailaddr.email, + and maddr.email; now may be a good opportunity to change a data type + to binary (string of bytes); see below for details; -- when using SQL for logging, a default for $sql_clause{'upd_msg'} - has changed, so if a configuration file replaces this SQL clause - by a non-default setting, it needs to be updated; + - when using SQL for logging, a default for $sql_clause{'upd_msg'} + has changed, so if a configuration file replaces this SQL clause + by a non-default setting, it needs to be updated; Full information in /usr/local/share/doc/amavisd-new/RELEASE_NOTES |