On 05/23/2013 12:17 AM, P.V.Anthony wrote:
> Hi,
> 
> Installed dspam with postgresql for a few months now. Just realized that 
> it is not possible to have two email addresses to one virtual user ID.
> 
> Searched the web for a solution and there is one for MySQL by using 
> virtual_users_aliases.sql.
> 
> Unfortunately could not find one for Postgresql.
> 
> Is there a way to remove the restricition of one ID per virtual user?

If you check the differences between the 2 mysql files, you'll see that
it only removes the uniqueness on the uid field: usage of the column as
primary key and thus implicit usage of a unique index.

You can probably make the same trivial changes to the postgresql table
without any troubles.

--
Tom

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to