|
I'm trying out Maddy and got into situations where my mail would not be accepted by the remote host, for example due to erroneous DNS configuration on my end. Maddy will then schedule to retry:
Needing time to fix the DNS, I wanted to clear that message from the queue so it doesn't get resent. When I deleted the message files from
That doesn't seem to hurt but I asked myself if there is a "clean" way to do it? |
Replies: 1 comment 1 reply
No, maddy will just discard queue entries if it fails to read the |
No, maddy will just discard queue entries if it fails to read the
.metafile so it is kinda clean already.