The following issue has been SUBMITTED. ====================================================================== 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: new target: ====================================================================== Date Submitted: 22-Feb-07 00:33 CET Last Modified: 22-Feb-07 00:33 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 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 22-Feb-07 00:33 bjohnson New Issue ====================================================================== _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
