I am following this tutorial: https://www.linuxbabe.com/redhat/spamassassin-centos-rhel-block-email-spam. I followed the steps in "Move Spam into the Junk Folder". When I send an email from a blacklisted e-mail address, I get a bounce e-mail from my e-mail server. Here is what is in my spamass-milter file: EXTRA_FLAGS="-m -r 8 -R NO_SPAM -i 127.0.0.1 -g sa-milt -- --max-size=5120000" I would prefer it to go into my Junk folder. How can I make this happen? -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20200903/3ac3876e/attachment.html>
What did the bounce contain? On Thu, 3 Sep 2020 at 21:33, bobby <architectofthefuture at gmail.com> wrote:> I am following this tutorial: > https://www.linuxbabe.com/redhat/spamassassin-centos-rhel-block-email-spam > . > I followed the steps in "Move Spam into the Junk Folder". When I send an > email from a blacklisted e-mail address, I get a bounce e-mail from my > e-mail server. Here is what is in my spamass-milter file: > EXTRA_FLAGS="-m -r 8 -R NO_SPAM -i 127.0.0.1 -g sa-milt -- > --max-size=5120000" > I would prefer it to go into my Junk folder. How can I make this happen? >-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", grep ^[^#] :-) -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20200903/346c167b/attachment.html>
Message blocked Your message to <name>@<my-domain>.com has been blocked. See technical details below for more information. The response from the remote server was: 550 5.7.1 NO_SPAM On Thu, Sep 3, 2020 at 3:09 PM Odhiambo Washington <odhiambo at gmail.com> wrote:> What did the bounce contain? > > On Thu, 3 Sep 2020 at 21:33, bobby <architectofthefuture at gmail.com> wrote: > >> I am following this tutorial: >> https://www.linuxbabe.com/redhat/spamassassin-centos-rhel-block-email-spam >> . >> I followed the steps in "Move Spam into the Junk Folder". When I send an >> email from a blacklisted e-mail address, I get a bounce e-mail from my >> e-mail server. Here is what is in my spamass-milter file: >> EXTRA_FLAGS="-m -r 8 -R NO_SPAM -i 127.0.0.1 -g sa-milt -- >> --max-size=5120000" >> I would prefer it to go into my Junk folder. How can I make this happen? >> > > > -- > Best regards, > Odhiambo WASHINGTON, > Nairobi,KE > +254 7 3200 0004/+254 7 2274 3223 > "Oh, the cruft.", grep ^[^#] :-) >-------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20200903/1bf6c1d1/attachment-0001.html>
On Thu, Sep 03, 2020 at 02:32:36PM -0400, bobby wrote:> I am following this tutorial: > https://www.linuxbabe.com/redhat/spamassassin-centos-rhel-block-email-spam. > I followed the steps in "Move Spam into the Junk Folder". When I send an > email from a blacklisted e-mail address, I get a bounce e-mail from my > e-mail server. Here is what is in my spamass-milter file: > EXTRA_FLAGS="-m -r 8 -R NO_SPAM -i 127.0.0.1 -g sa-milt -- > --max-size=5120000" > I would prefer it to go into my Junk folder. How can I make this happen?The "-r 8" sets a score limit over which a message will get rejected. If you don't want that, remove the -r option from your spamass-milter config. --Sean