[Postfixbuch-users] amavis configuration

Roland M. Kruggel rk.liste at bbf7.de
Do Nov 16 22:03:05 CET 2006


Am Donnerstag, 16. November 2006 20:12 schrieb Sandy Drobic:
> Roland M. Kruggel wrote:
> > Amavis selbst läuft. Einige mails werden als spam gekennzeichnet
> > und die virensuche funktioniert auch. Aber die Blacklist nicht.
> >
> > Ich bin für jeden Tip dankbar.
>
> Ich bin für jeden Hinweis dankbar, welche einstellungen du in
> Amavisd-new eigentlich gemachst hast. (^-°)
>

Wie ich schon sagte, die @score_sender_maps habe ich erweitert.


@score_sender_maps = ({ # a by-recipient hash lookup table,
                        # results from all matching recipient tables 

  ## site-wide opinions about senders (the '.' matches any recipient)
  '.' => [  # the _first_ matching sender determines the score boost

   new_RE(  # regexp-type lookup table, just happens to be all 
soft-blacklist
    [qr'^(bulkmail|offers|cheapbenefits|earnmoney|foryou)@'i         
=> 5.0],
    [qr'^(greatcasino|investments|lose_weight_today|
market\.alert)@'i=> 5.0],
    [qr'^(money2you|MyGreenCard|new\.tld\.registry|opt-out|
opt-in)@'i=> 5.0],
    [qr'^(optin|saveonlsmoking2002k|specialoffer|specialoffers)@'i   
=> 5.0],
    [qr'^(stockalert|stopsnoring|wantsome|workathome|yesitsfree)@'i  
=> 5.0],
    [qr'^(your_friend|greatoffers)@'i                                
=> 5.0],
    [qr'^(inkjetplanet|marketopt|MakeMoney)\d*@'i                    
=> 5.0],
    [qr'^(alles|eimer|)@'i                              => 5.0],

   ),

#  read_hash("/var/amavis/sender_scores_sitewide"),

   { # a hash-type lookup table (associative array)
     'nobody at cert.org'                        => -3.0,
     'cert-advisory at us-cert.gov'              => -3.0,
     'owner-alert at iss.net'                    => -3.0,
     'slashdot at slashdot.org'                  => -3.0,
 
   . . . hier noch einiges mehr . . . 

     # neu von roland. mal testen ob das geht
     # soll die body_check von postfix erstzen
     lc('alles im eimer')                                => 5.0,
     lc('rkruggel at gmx.de')                               => 5.0,
     'Results from MXXR'                              => 5.0,
     'In order to benefit from this'                  => 5.0,
     'soon.  Excitement is building, and'             => 5.0,
     'There were no lights in the tunnel behind'      => 5.0,
     'AUNI is capitalizing with great success'        => 5.0,
     'Members, are you tired of your investments'     => 5.0,
     'Dateibelegungstabelle behauptend sauber'        => 5.0,
     'All it takes is one smashing piece of news'     => 5.0,
     'The Motion Picture Group'                       => 5.0,

   },
  ],  # end of site-wide tables
});










>
> Bei mir steht zum Beispiel:
>
> $blacklist_sender_re = new_RE(
>      qr'mailings\@gmx\.net'i,
>      qr'harlander\.com'i,
>      qr'msonline\.com'i,
>     
> qr'^(bulkmail|offers|cheapbenefits|earnmoney|foryou|greatcasino)@'i
>,
>
> qr'^(investments|lose_weight_today|market.alert|money2you|MyGreenCa
>rd)@'i,
> qr'^(new\.tld\.registry|opt-out|opt-in|optin|saveonlsmoking2002k)@'
>i,
> qr'^(specialoffer|specialoffers|stockalert|stopsnoring|wantsome)@'i
>, qr'^(workathome|yesitsfree|your_friend|greatoffers)@'i,
> qr'^(inkjetplanet|marketopt|MakeMoney)\d*@'i,
> );

Das tut beim mir gar nix. Als ob es nicht da wäre.



-- 
cu

Roland Kruggel  mailto: rk.liste at bbf7.de
System: Intel, Debian etch, 2.6.16.16, xfce4 KDE 3.5



Mehr Informationen über die Mailingliste Postfixbuch-users