I currently use exim on the MTAs and have SA using MySQL with the following data_acl entry

 warn    message       = X-Spam-Score: $spam_bar ($spam_score)\n\
                          X-Spam-Score-Int: $spam_score_int
          condition     = ${if <{$message_size}{80k}{1}{0}}
          set acl_m9    = 1
          spam          = nobody:true
          set acl_m9    = 0

  # defer if spamd has not responded
  defer   message       = Unable to scan message - please try later
          condition     = $acl_m9

I am looking to move to peruser scanning, so I would need to change only one line of the above to

spam            = $local_part:true
which will use the local part of the email address as the username.
Is this all that needs done IIUC, from the server mail side for users to start using personal preferences.

Obviously I need to cobble together a wepage front end which authenticates users and then lets them edit their entries in the MySQL...

i see the 3 projects on the WIKI for peruser/mysql, but they appear to be unmaintained.

Anything else I need to know, or any other docs would be helpful to me!?
in SA local.cf do i need to make any changes to  ether

user_awl_sql_username
bayes_sql_username
etc


R
--
Regards

Ronan McGlue

===================
Analyst / Programmer
Queens University Belfast

Reply via email to