From https://de.wikipedia.org/wiki/Procmail
:0fw
| /usr/bin/spamassassin
:0H
* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*
/dev/null
:0H:
* ^X-Spam-Status: Yes
./Spam
I would like to complement the move to /dev/null with a forward to submit.[id]@spam.spamcop.net.
I have only found simple forwarding as an action (!). But Spamcop also needs the headers, so I would have to create an empty email with the email as attachment.
{
:0 c
! submit.[id]@spam.spamcop.net
:0
/dev/null
}
Have you considered using spamassasin/spamc for sending spam reports via SMTP to spamcop.net? See
Mail::SpamAssassin::Plugin::SpamCopand--reporttypecommand line option of spamc. It would require confirmation via WWW unless you use "quick" spamcop reporting.