The following issue has been RESOLVED. ====================================================================== http://www.dbmail.org/mantis/view.php?id=509 ====================================================================== Reported By: bjohnson Assigned To: paul ====================================================================== Project: DBMail Issue ID: 509 Category: General Reproducibility: always Severity: minor Priority: normal Status: resolved target: Resolution: fixed Fixed in Version: 2.2.3 ====================================================================== Date Submitted: 22-Feb-07 00:33 CET Last Modified: 26-Feb-07 10:46 CET ====================================================================== Summary: dbmail.conf mixes tabs and spaces Description: Please take the tabs out of dbmail.conf. Since tabset is a configurable settings, adding tabs means that no two setups will necessarily display dbmail.conf the same way. Also, on upgrade, someone might like to diff mydbmail.conf to newdbmail.conf, but having tabs in the file makes this difficult because what appears to be identical lines may be a difference in spaces and tabs.
sed -i 's/\t/ /g' dbmail.conf ====================================================================== ---------------------------------------------------------------------- paul - 26-Feb-07 09:26 ---------------------------------------------------------------------- I'm closing this issue because its not a bug at all! ---------------------------------------------------------------------- paul - 26-Feb-07 10:46 ---------------------------------------------------------------------- reopened and set to fixed Issue History Date Modified Username Field Change ====================================================================== 22-Feb-07 00:33 bjohnson New Issue 26-Feb-07 09:26 paul Note Added: 0001838 26-Feb-07 09:26 paul Status new => closed 26-Feb-07 09:26 paul Resolution open => no change required 26-Feb-07 10:46 paul Note Added: 0001845 26-Feb-07 10:46 paul Assigned To => paul 26-Feb-07 10:46 paul Status closed => resolved 26-Feb-07 10:46 paul Resolution no change required => fixed 26-Feb-07 10:46 paul Fixed in Version => 2.2.3 ====================================================================== _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
