I have a Postfix + SpamAssassin server acting as an outbound SMTP gateway to prevent my users from sending spam. Messages that have a high enough SPAM score get delivered to a local user account designated as spam. Well, I have a problem and some messages were incorrectly scored and got sent to the spam mailbox. I have since fixed the problem and need to redeliver these messages, but they are no longer available from the client (the messages were actually generated from a form on a web site) and the only copies I have are the ones in the spam mailbox. I tried the following command:
sendmail -i < message_file_name
but nothing shows up in the mail log indicating that the message was ever sent. I also need the messages to appear as they were originally sent (hopefully) and there are a lot of them, so just forwarding individual messages is not going to work.
Any suggestions?
sendmail -i < message_file_name
but nothing shows up in the mail log indicating that the message was ever sent. I also need the messages to appear as they were originally sent (hopefully) and there are a lot of them, so just forwarding individual messages is not going to work.
Any suggestions?