On Fri, 2011-03-04 at 11:19 -0500, Dennis German wrote:
> "while the OP uses"  OP means ?

Original Poster, he who started the thread. Depending on context, it
also can mean Original Post.


> Please direct me to info on FreeMail plugin.
> Is it expected that I will be able to implement it given I am on a 
> shared host without root access?

The plugin is mention on the SA third-party plugins wiki page.
  http://wiki.apache.org/spamassassin/CustomPlugins

Since the linked files from its home at http://sa.hege.li/ now are
linking back to SVN, it's missing the loadplugin line, which should be
placed e.g. in local.pre in your site-config dir. The following example
assumes the plugin also is in the same dir.

  loadplugin  Mail::SpamAssassin::Plugin::FreeMail FreeMail.pm

I don't know about the current code from 3.3, but the plugin definitely
used to work with 3.2 before. Whether or not you can use the plugin
without root access -- what you need is write permission in your
site-config dir, and a way to restart spamd.


> Karsten,
>   Thank you for your continued help. We all really appreciate your efforts.

:)  You're welcome.


-- 
char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

Reply via email to