On Thu, Dec 12 2013, Dmitrii Kashin wrote:

> I would like to know how you solved the problems with speed described
> above.

With procmail:

--8<---------------cut here---------------start------------->8---
:0fw
* < 300000
| spamassassin

:0
* ^X-Spam-Flag: YES
* !^Subject:.*no-spam
{
        :0 ch
        | (formail -r -t -A"From: $NOREPLY" \
        -A"Content-Type: text/plain; charset=utf-8"; \
        cat $SPAMMSG $SIG) | $SENDMAIL -r $NOREPLY -t

        :0:
        spam.spool
}
--8<---------------cut here---------------end--------------->8---

And this is the content of my $SPAMMSG:

--8<---------------cut here---------------start------------->8---
Your message has been rejected and won't be read, because it appears
to be spam. If this is not the case, please append `no-spam' to the
beginning of the subject field and send again.
--8<---------------cut here---------------end--------------->8---

-- 
           Peter


_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to