#1036036 bsd-mailx: empty HOME then out of memory for mailrc

Package:
bsd-mailx
Source:
bsd-mailx
Description:
simple mail user agent
Submitter:
Leszek Dubiel
Date:
2023-05-13 21:36:05 UTC
Severity:
normal
#1036036#5
Date:
2023-05-13 21:28:22 UTC
From:
To:
This command sends email correctly:

                  echo test | mail -s test leszek


Running this one displays error, but mail is sent anyway:

                   echo test | HOME="" mail -s test leszek
                   "~/.mailrc": Out of memory.