GNOME Bugzilla – Bug 305659
balsa: FHS compliant defaults (/var/spool/mail vs /var/mail)
Last modified: 2005-10-22 15:31:03 UTC
Debian BTS: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=310488 Submitter: Jeffrey Austen <jausten@tntech.edu> My comments: According to the Filesystem Hierarchy Standard (2.3) [1], /var/spool/mail has now been replaced by /var/mail as the default user mail spool directory. Under Debian, /var/spool/mail is a symlink to ../mail, but its future presence can no longer be guaranteed. Now should balsa change the default outright or add some simple code to to test for the existence of /var/mail? [1] http://www.pathname.com/fhs/pub/fhs-2.3.html#VARMAILUSERMAILBOXFILES
Created attachment 46962 [details] [review] proposed patch Thanks for pointing that out! Balsa tests for /var/spool/mail/ and then for /var/mail/, so it will continue to configure correctly when the former goes away. However, we should reverse the order, so that while both exist, a new user's configuration doesn't point to the dead-end alias. Proposed patch attached.
Committed to cvs.
Looks good here. Close?
Sure--let's close it. Resolving as FIXED...