https://bugs.exim.org/show_bug.cgi?id=2078

            Bug ID: 2078
           Summary: exim breaks if current directory doesn't exist
           Product: Exim
           Version: N/A
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Unfiled
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Exim should not require the working directory to exist. Wasted 10 hours
figuring out why cron-jobs script never sent anything.

$ tmpdir=`mktemp --directory /tmp/dispenser-test.XXX`
$ cd $tmpdir
$ rm -rf $tmpdir
$ mail -s "Test email" "$USER" <<< 'MyData'
exim: can't get the current working directory: No such file or directory

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to