Opened 14 years ago
Closed 6 years ago
#71 closed defect (fixed)
mailpost should close files on -c
Reported by: | eagle | Owned by: | eagle |
---|---|---|---|
Priority: | low | Milestone: | 2.5.2 |
Component: | utilities | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description
To get sendmail to continue before "mailpost -c ..." is finished, stdout and stderr have to be redirected, since mailpost -c doesn't close its file descriptors in the child and therefore sendmail never gets an EOF.
Change History (1)
comment:1 Changed 6 years ago by
Milestone: | → 2.5.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in [8939].