If I ask you about something that does'nt exists in assp . what it is
LOL
Thomas
Von:"K Post"
An: "ASSP development mailing list"
Datum: 29.04.2021 16:04
Betreff:Re: [Assp-test] HeloBlacklistIgnore still matching helo?
The line in heloBlacklistIgnore is
*.spar
and I'll add that I believe it's a good idea to start whiteSenderBase lines
with ^ instead of \b
For example:
\bapple\,com$
would allow bad-apple.com, whereas
^apple\.com$
won't.
I suppose it should be obvious, it's just a regex, but the example file for
all those years ago, threw me off.
O
also, fyi, the sample file files/whiteorg.txt doesn't have $ to force it
only to match the line ending, which I believe is what I used to come up
with my incorrect assumption. Putting in at least 1 example in that file
with a $ might help others not make the same mistake that I have. My
money's o
My assumption was wrong for as long as senderbase has been in ASSP then!
I'll be adding the $ end of line requirement to everything in senderbase
shortly.
Is this also also true of dkimAddresses and dkimNPAddresses?
On Mon, Apr 26, 2021 at 2:50 AM Thomas Eckardt
wrote:
> >I (maybe incorrectly)
The line in heloBlacklistIgnore is
*.sparkpostmail.com
There's no score associated to that line, but I must not be understanding
what you're asking or what heloBlacklistIgnore does - how could there be a
score assosiated with this?. Doesn't heloBlacklistIgnore just tell ASSP
not to pay any attenti