Raul Dias schrieb:
its your users' account name.

-Raul Dias
...i ment what would these lines look like. What is the variable that returns 
the name and how should i write it?  If i just write


@default_userprefs_path = (
 '/var/mail/<name>/.spamassassin/user_prefs',
);

@default_userstate_dir = (
 '/var/mail/<name>/.spamassassin/',
);


spamassassin will only make a folder <name> in /var/mail

Thanks,
Alex Thor.


On Thu, 2007-02-15 at 17:56 +0100, Alex Thorst wrote:
Raul Dias schrieb:
On Wed, 2007-02-14 at 15:44 +0100, Alex Thor wrote:
Hi there!

Is there a way to convince spamassassin to read the *user_prefs* file not from ~/.spamassassin/ but let's say /var/mail/<name>/.spamassassin/ ?
You are looking for @default_userprefs_path and @default_userstate_dir
in SpamAssassin.pm.  You might add more dirs instead of replace.

thanks for the tipps, i have found the two entries in Spamassassin.pm, unfortunately 
Perl is quite new to me and i cannt seem to get the <name> in

/var/mail/<name>/.spamassassin/

What would the line look like?

Thanks,

Alex Thor.



Reply via email to