The following issue has been CLOSED ====================================================================== http://www.dbmail.org/mantis/view.php?id=509 ====================================================================== Reported By: bjohnson Assigned To: ====================================================================== Project: DBMail Issue ID: 509 Category: General Reproducibility: always Severity: minor Priority: normal Status: closed target: Resolution: no change required Fixed in Version: ====================================================================== Date Submitted: 22-Feb-07 00:33 CET Last Modified: 26-Feb-07 09:26 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! 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 ====================================================================== _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
