Bug 16342 - elm should also do .lock ing
Summary: elm should also do .lock ing
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: elm
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Trond Eivind Glomsrxd
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-08-16 13:53 UTC by Bill Pemberton
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-08-16 14:17:39 UTC
Embargoed:


Attachments (Terms of Use)

Description Bill Pemberton 2000-08-16 13:53:31 UTC
Elm is configured to only do fcntl() locking.  It should be built to also
do .lock since you can't be sure that everything else dealing with
mailboxes understands fcntl() and only fcntl().

Comment 1 Jeff Johnson 2000-08-16 14:12:58 UTC
Since Red Hat 5.2, all mail user agents do fcntl locking *only*. If you wish to
run elm with,
for example, NFS mounted partions with dot locking, you will have to revert the
change and
recompile the package.

Comment 2 Bill Pemberton 2000-08-16 14:17:37 UTC
The idea that everything does fcntl only is fine, but wrong.  Run procmail -v,
for example, and you'll see that it does both .lock and fcntl.

My concern isn't that things work 'out of the box', my concern is that some one
installs some other package that ONLY does .lock and ends up with a conflict
with elm.

Comment 3 Jeff Johnson 2000-08-16 14:22:33 UTC
Um, I don't disagree, I only provide information :-)

The other package, not elm, should be fixed to do *only* fcnt;l locking.


Note You need to log in before you can comment on or make changes to this bug.