Tom Allison said:

> perldoc Mail::SpamAssassin says:
>   $f->set_persistent_address_list_factory ($factoryobj)
>             Set the persistent address list factory, used to cre-
>             ate objects for the automatic whitelist algorithm's
>             persistent-storage back-end.  See "Mail::SpamAssas-
>             sin::PersistentAddrList"

> for the API these factory objects must implement,  
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

this is the key line.  you can't register an object of type
PersistentAddrList, that's an abstract type.  you need to implement a
subclass of Mail::SpamAssassin::PersistentAddrList.  that's what
DBBasedAddrList does.

> and the API the objects they
>             produce must implement.

--j.


-------------------------------------------------------
This sf.net email is sponsored by: Are you worried about 
your web server security? Click here for a FREE Thawte 
Apache SSL Guide and answer your Apache SSL security 
needs: http://www.gothawte.com/rd523.html
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to