MySQL Student wrote:
> Hi,
>
> I'm looking an email that appears to be one of the users from the
> whitelist, but instead was from:
>
>From probesqt...@segunitb1.freeserve.co.uk Mon Jul 27 19:49:19 2009
>
> Why can't a comparison be made between the "From:" info and the actual
> sender? Is thi
Hi,
I'm looking an email that appears to be one of the users from the
whitelist, but instead was from:
From probesqt...@segunitb1.freeserve.co.uk Mon Jul 27 19:49:19 2009
Why can't a comparison be made between the "From:" info and the actual
sender? Is this because of virtual domains and/or
Le 26/07/2009 04:00, McDonald, Dan a écrit :
>From: Robert [mailto:list...@abbacomm.net]
>> There are no doubt lots of ways, but how about:
>>
>> egrep 'whitelist_from[^_]' local.cf | awk '{FS="@"; print $2"
>> TXT";}' | xargs dig | grep "v=spf1"
>what is this supposed to do?
select all o
>From: Robert [mailto:list...@abbacomm.net]
>> There are no doubt lots of ways, but how about:
>>
>> egrep 'whitelist_from[^_]' local.cf | awk '{FS="@"; print $2"
>> TXT";}' | xargs dig | grep "v=spf1"
>what is this supposed to do?
select all of your whitelist_from entries, parse out the domain
> There are no doubt lots of ways, but how about:
>
> egrep 'whitelist_from[^_]' local.cf | awk '{FS="@"; print $2"
> TXT";}' | xargs dig | grep "v=spf1"
>
> John.
john,
what is this supposed to do?
- rh
On 25.07.09 01:25, jida...@jidanni.org wrote:
> Actually there should be one or two more whitelists, so one can e.g., score
> -100 one's friends
> -10 one's schools
> -1 one's country
we still have def_whitelist_* with score of -15.
--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fa
On Fri, July 24, 2009 20:10, John Hardin wrote:
> On Fri, 24 Jul 2009, Greg Troxel wrote:
>> I have long wanted to be able to
>> whitelist_from f...@bar -3.0
>> to have per-entry scores. Obviously though I haven't wanted it enough
>> to write the code.
> How does this not work?
>header WL_FRO
On Fri, 2009-07-24 at 11:57 -0700, John Hardin wrote:
> On Fri, 24 Jul 2009, Greg Troxel wrote:
> > > > I have long wanted to be able to
> > > >
> > > > whitelist_from f...@bar -3.0
> > > >
> > > > to have per-entry scores. Obviously though I haven't wanted it
> > > > enough to write the code.
F
On Fri, 24 Jul 2009, Greg Troxel wrote:
John Hardin writes:
On Fri, 24 Jul 2009, Greg Troxel wrote:
I have long wanted to be able to
whitelist_from f...@bar -3.0
to have per-entry scores. Obviously though I haven't wanted it
enough to write the code.
How does this not work?
header W
John Hardin writes:
> On Fri, 24 Jul 2009, Greg Troxel wrote:
>
>> I have long wanted to be able to
>>
>> whitelist_from f...@bar -3.0
>>
>> to have per-entry scores. Obviously though I haven't wanted it
>> enough to write the code.
>
> How does this not work?
>
> header WL_FROM_FOO From =~
On Fri, 24 Jul 2009, Greg Troxel wrote:
I have long wanted to be able to
whitelist_from f...@bar -3.0
to have per-entry scores. Obviously though I haven't wanted it enough
to write the code.
How does this not work?
header WL_FROM_FOO From =~ /\bf...@bar/i
score WL_FROM_FOO -3.00
jida...@jidanni.org writes:
> Actually there should be one or two more whitelists, so one can e.g., score
> -100 one's friends
> -10 one's schools
> -1 one's country
I have long wanted to be able to
whitelist_from f...@bar -3.0
to have per-entry scores. Obviously though I haven't wanted i
Actually there should be one or two more whitelists, so one can e.g., score
-100 one's friends
-10 one's schools
-1 one's country
> Le 24/07/2009 04:09, MySQL Student a écrit :
>> I don't doubt that if we removed a substantial amount of them that SA
>> would do what's right, but there doesn't seem to be any scientific way
>> to do that successfully.
>
> Can't you just look at the scores that the whitelisted messages are
> g
Le 24/07/2009 04:09, MySQL Student a écrit :
I don't doubt that if we removed a substantial amount of them that SA
would do what's right, but there doesn't seem to be any scientific way
to do that successfully.
Can't you just look at the scores that the whitelisted messages are
getting and see
Hi,
> Firstly, before you convert all these to whitelist_from_rcvd, perhaps you
> ought to ask yourself whether you really need 1000 entries on your
> whitelist.
I'm surprised you were the first to make that very comment, so thanks.
> Does mail from these addresses actually get miscategorised as
Le 22/07/2009 17:48, MySQL Student a écrit :
So, forever I have been using whitelist_from and have probably a
thousand entries.
Firstly, before you convert all these to whitelist_from_rcvd, perhaps
you ought to ask yourself whether you really need 1000 entries on your
whitelist. Does mail fro
>> It is documented on the Mail::SpamAssassin::Conf man
>> page just like whitelist_from.
>
> Ugh, thanks.
>
>> whitelist_from_rcvd a...@lists.sourceforge.net
>> sourceforge.net
>> Use this to supplement the whitelist_from addresses with
>> a check against the Received headers. The first
>> para
> It is documented on the Mail::SpamAssassin::Conf man page just like
> whitelist_from.
Ugh, thanks.
> whitelist_from_rcvd a...@lists.sourceforge.net sourceforge.net
> Use this to supplement the whitelist_from addresses with a check against the
> Received headers. The first parameter is the
> add
MySQL Student wrote:
Hi all,
Some time ago someone had mentioned to never use whitelist_from but
instead use whitelist_from_rcvd. Where is whitelist_from_rcvd
documented? It doesn't appear in the SA docs in the same place that
whitelist_from is listed.
So, forever I have been using whitelist_fr
20 matches
Mail list logo