From "Bill Cole"
Did you do that in the "global" config at /etc/mail/spamassassin/local.cf (or
something like it with 'etc' somewhere) or in root's user config in
/root/.spamassassin/{userprefs,local.cf,whatever} ? If it was the latter, you need to
move it to the global config.
I put it i
I'm seeing this error over and over in my logs over the last few weeks:
spamd: check: dns_block_rule RCVD_IN_VALIDITY_RPBL_BLOCKED hit, creating
/root/.spamassassin/dnsblock_bl.score.senderscore.com (This means DNSBL
blocked you due to too many queries. Set all affected rules score to 0,
or us
https://isbg.gitlab.io/isbg/index.html
support gmail and spamassassin
other then that i tryed to make a gentoo ebuild for it, have to retry now :)
Yes that's kinda similar! I'll have to try that! Thanks.
Matija
Sorry, you have misunderstood what I posted. I am not at all advocating
people use gmail. Something like 68% of the planet already uses it and
few people like you and me have the skills to host our own email. It's
not crazy for the people who use gmail or yahoo or other providers, th
From "Marc"
You can add to this, that gmail actually is also losing email and annoying is
that you can't send zip files. I am constantly asking people to give me a
different email address.
Yup! And it's not too difficult to pull messages out of the Spam folder
and put them back into Inbox. T
Do any of you use spamassassin with a gmail account, and if so, how are
people doing it? The reason to do this is gmail's spam filtering isn't
perfect and you don't have the control you have with spamassassin.
We built some plumbing to do this using gmail's API, and also IMAP which
can work w
Here's what I have done in the past from my server to get around this
situation you are having:
1. In my .procmailrc file
:0c:
!exam...@gmail.com
This sends a copy (the c flag in first line) of the message to the
gmail account and leaves a copy in your inbox.
2. From your exam...@gmail.com acct
Can you ban this user in whatever your equivalent of the access file is so
instead of putting the messages into a spam folder, you reject messages from
that address at delivery time (SMTP)?
On 30 December 2023 04:08:17 CET, FalconChristopher
wrote:
>ⓘ *No issues found, please report it if ot
I'm in the process of setting up virtual users on my mail server. It
looks like I may have a mix of both real and virtual users.
The flow when scanning a message is:
sendmail -> spamass-milter -> spamc -> spamd
spamass-milter looks at the To: header and passes just the user part.
I see a -e opt
On Fri, Jul 07, 2023 at 04:50:18PM +0200, giova...@paclan.it wrote:
> if can(Mail::SpamAssassin::Conf::has_tflags_nolog)
> tflags URIBL_IVMURI net nolog
> else
> tflags URIBL_IVMURI net
> endif
and Benny Pedersen's idea of using a rule like:
header __FOO eval:check_rbl('ivmSIP-lastexternal',
I'm using check_rbl with some paid lists for example invaluement. I
don't want to put my license key into the rule or it ends up in the
spamassassin X-Spam-Report header. On one server, I've configured
bind9 with DNAME records to hide the key. But what do others do? Is
there some easier way to
> you dont need this
I see, I stand corrected!
> maybe ask how to configure extracttext ?
Sure, I'd be happy to see some examples. The man page looks pretty
straight forward.
I see it depends on some external tools like tesseract and odt2txt so
I had better install those first.
I have not had
> I guess you didn't notice that you are actually installing SpamAssassin
> 4.0.0, since that's what you are looking at from CPAN? It's part of the
> official SA package starting from 4.0.0, not a standalone plugin.
Thank you! I did not notice that, now I see its there. I know why, I
have 2 box
On Fri, Mar 17, 2023 at 04:03:03PM +0100, Benny Pedersen wrote:
> Michael Grant via users skrev den 2023-03-17 09:52:
>
> > What do people do to keep things up to date easily?
>
> i just use gentoo, or freebsd, not a precompiled problems (hehe)
>
> but what plugin do yo
On Fri, Mar 17, 2023 at 11:26:21AM +0200, Henrik K wrote:
> On Fri, Mar 17, 2023 at 04:52:41AM -0400, Michael Grant via users wrote:
> > Is there a recommended way of installing a spamassassin plugin on
> > debian (or ubuntu) such that the plugin gets updated via say apt? I
Is there a recommended way of installing a spamassassin plugin on
debian (or ubuntu) such that the plugin gets updated via say apt? I'm
guessing no because I don't see many spamassassin plugins when I do an
"apt search".
Up to now, I have been manually putting things in /etc/spamassassin/
but I f
On Mon, Feb 20, 2023 at 01:30:15PM -0800, Loren Wilton wrote:
> This is a home system with only a few users. All users have "Spam" and "Ham"
> folders showing up in their email program of choice, and they just drag
> messages they do or don't like into the appropriate folders. There are
> "Oldham"
On 20 February 2023 12:28:00 CET, Loren Wilton wrote:
>
> A cron job that will harvest Spam and Ham mboxes and feed them to sa-learn
> once a day, then archive the learned messages. Per-user bayes and learning.
> Mail is hand-moved into the spam and ham learning folders, and for my
> personal
> You can test with:
>
> header SURBL_MULTI_HDR eval:check_hashbl_emails('multi.surbl.org',
> 'raw/max=10/shuffle/host', 'ALLFROM/Reply-To', '^127\.0\.0\.\d+$')
> priority SURBL_MULTI_HDR -100
> describe SURBL_MULTI_HDR Domain in email headers found in
> sur
On Mon, Feb 06, 2023 at 04:16:46PM -0500, Bill Cole wrote:
> On 2023-02-06 at 12:50:29 UTC-0500 (Mon, 6 Feb 2023 17:50:29 +)
> Michael Grant via users
> is rumored to have said:
>
> > I’m noticing that check_uridnsbl() seems only to check the message body.
> > Is t
I’m noticing that check_uridnsbl() seems only to check the message body. Is
there some way to make it check the headers as well?
In 25_uribl.cf, I have:
urirhssub URIBL_BLACK multi.uribl.com.A 2
bodyURIBL_BLACK eval:check_uridnsbl('URIBL_BLACK')
describe
In a body rule, SA uses the textual body of the message.
From the docs: "The 'body' in this case is the textual parts of the message
body; any non-text MIME parts are stripped, and the message decoded from
Quoted-Printable or Base-64-encoded format if necessary.
The message Subject header is co
> WTF, that has been a terrible idea since the 90s, given most spam is
> spoofed, the end result of this will be your mail server getting the
> poor reputation as source of backscatter and going into blacklists :)
If you reject, you should reject on their SMTP connection. If you
return a DSN la
23 matches
Mail list logo