Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123359 - DSPAM with +virtual-users does not create dspam_virtual_uids table using Postgresql
Summary: DSPAM with +virtual-users does not create dspam_virtual_uids table using Post...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Alin Năstac (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 130204
Blocks:
  Show dependency tree
 
Reported: 2006-02-19 03:51 UTC by Denis Solaro
Modified: 2007-09-22 23:45 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Solaro 2006-02-19 03:51:19 UTC
Packages concerned
mail-filter/dspam-3.6.4


*** TYPO IN dspam-3.6.4.ebuild ***  


line 457 reads:       
 
-f ${CONFDIR}/pgsql_virtual-users.sql 1>/dev/null 2>&1

That "pgsql_virtual-users.sql" should be "pgsql_virtual_users.sql"

since it refers to /etc/mail/dspam/pgsql_virtual_users.sql

as a result any postgresql dspam database created with the virtual-users support (USE flag +virtual-users on DSPAM) contains:


               List of relations
 Schema |         Name         | Type  | Owner 
--------+----------------------+-------+-------
 public | dspam_preferences    | table | dspam
 public | dspam_signature_data | table | dspam
 public | dspam_stats          | table | dspam
 public | dspam_token_data     | table | dspam

and misses this table:

 public | dspam_virtual_uids   | table | dspam


DSPAM will fail to work later.
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2006-10-29 01:57:03 UTC
takeover the maintainership from st_lim. 
Comment 2 Alin Năstac (RETIRED) gentoo-dev 2006-10-29 02:01:02 UTC
fixed in 3.6.8