You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Andrea Bencini <an...@tin.it> on 2006/11/15 15:04:18 UTC

auto-whitelist

I am testing auto-whitelist (generic auto-whitelist, no per user) and with
my check_whitelist I have

     -2.8        (-2.8/1)       --  carla@pippo.it|ip=none
     -2.7        (-2.7/4)      --  carla@paperino.it|ip=none
     -1.7        (-1.7/3)      --  cristinam@tlcovernet.local|ip=none
     -2.3        (-2.3/3)      --  carla@paypal.com|ip=none
    316.2      (316.2/17)  --  icarom@dominio.local|ip=none

 I would like to delete the line
 316.2      (316.2/17)  --  icarom@dominio.local|ip=none

and I do
spamassassin --remove-addr-from-whitelist=icarom@dominio.local
I receive this message:
"Spamassassin auto-whitelist: removing address: icarom@dominio.local"

I list the auto-whitelist again, but the line
316.2      (316.2/17)  --  icarom@dominio.local|ip=none
is there again.
Where is mistake?
Can you help me?
Thank
Andrea