Next: How can I force Rmail to reply to the sender of a message, but not the other recipients?, Previous: How can I sort the messages in my Rmail folder?, Up: Mail and news [Contents][Index]
This is the behavior of the movemail
program which Rmail uses.
This indicates that movemail
is configured to use lock files.
RMS writes:
Certain systems require lock files to interlock access to mail files. On these systems,
movemail
must write lock files, or you risk losing mail. You simply must arrange to letmovemail
write them.Other systems use the
flock
system call to interlock access. On these systems, you should configuremovemail
to useflock
.