Hi

On Tue, 31 Oct 2006 01:26:07 -0800 (PST), Yayad <[EMAIL PROTECTED]> wrote:
> thanks for your info, but how to add the imageinfo plugin into
> spamassasin?

http://www.rulesemporium.com/plugins.htm

        i downloaded the both files of imageinfo plugin and put the ruleset
in the /etc/spamassassin/ 

        Then i pick the .pm and put it in the perl spamassassin plugin dir
(you have to search as i dont have acesso to the envian machine right now)
it should be around /usr/lib/perl/5.6.?/spamassassin/plugins/ IIRC

        then put in the local.cf.tmpi (or something like this)

loadplugin Mail::SpamAssassin::Plugin::ImageInfo

        or if you didnt put the imageinfo in the plugin dir, you can point
to the correct place...

loadplugin Mail::SpamAssassin::Plugin::ImageInfo /path/to/plugin

        then stop and start spamassassin in the efw interface, so that the
new config file is updated (ie: local.cf.tmpi is copied and replaces the 
real config file, local.cf, but you shouldnt edit directly because efw 
overwrites it)

> And, where in the spamassasin we add the whitelist/greylist/blacklist
> after we ssh to EFW?

        in the /etc/spamassassin/local.cf.tmpi

# whitelist a email coming only from a mail server 
# (or just a domain in the received: headers:
whitelist_from_rcvd @email.com remote.server.com

# whitelist one email or domain from anyware:
whitelist_from @all-domain.com
whitelist_from [EMAIL PROTECTED]

# to whitelist all emails to a user (like postmaster):
whitelist_to [EMAIL PROTECTED]

# to whitelist a subject, like a newsletters
whitelist_subject [bugzilla *]

# for blacklist, just the same fields:
blacklist_*

        the whitelist will give a starting score of -100, so only with
very weird rules this emails will be flagged as spam

        All the spamassassin rules work, you only have to be careful 
about to edit the efw config file, not the real config file.... Just
search in the web

good luck
higuita
-- 
Naturally the common people don't want war... but after all it is the
leaders of a country who determine the policy, and it is always a 
simple matter to drag the people along, whether it is a democracy, or
a fascist dictatorship, or a parliament, or a communist dictatorship.
Voice or no voice, the people can always be brought to the bidding of
the leaders. That is easy. All you have to do is tell them they are 
being attacked, and denounce the pacifists for lack of patriotism and
exposing the country to danger.  It works the same in every country.
           -- Hermann Goering, Nazi and war criminal, 1883-1946

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Efw-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/efw-user

Reply via email to