The following bug has been RESOLVED.
======================================================================
http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=0000236
======================================================================
Reported By:                paul
Assigned To:                paul
======================================================================
Project:                    DBMail
Bug ID:                     236
Category:                   Authentication layer
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Resolution:                 fixed
======================================================================
Date Submitted:             02-Aug-05 17:04 CEST
Last Modified:              04-Aug-05 13:54 CEST
======================================================================
Summary:                    dbmail-user -x somealias -t forward1,forward2 
doesn't accept multiple forwards
Description: 
dbmail-user -x somealias -t forward1,forward2,etc should 
add multiple deliver_to forwards whereas it now accepts only the first.
======================================================================

----------------------------------------------------------------------
 aaron - 02-Aug-05 17:51 CEST 
----------------------------------------------------------------------
You want those commas in there? I think it works as a space separated list.

----------------------------------------------------------------------
 paul - 02-Aug-05 23:05 CEST 
----------------------------------------------------------------------
I'm pretty sure I rewrote that code when I reworked the dbmail-user code
:-). There's apparently a bug in auth_check_user_ext (iirc) which
currently doesn't allow addition of multiple mailForwardingAddress
attributes to the same dbmailForwardingAddress objectClass instance in
ldap.  Could well be the same bug (or a similar one) exists in authsql.

It's definitely comma separated, and the bug also surfaces on separate
runs of dbmail-users:

dbmail-users -x somealias -t forward1
dbmail-users -x somealias -t forward2

----------------------------------------------------------------------
 paul - 04-Aug-05 13:54 CEST 
----------------------------------------------------------------------
I've commited a fix for this bug.

Bug History
Date Modified  Username       Field                    Change              
======================================================================
02-Aug-05 17:04paul           New Bug                                      
02-Aug-05 17:51aaron          Bugnote Added: 0000794                       
02-Aug-05 23:05paul           Bugnote Added: 0000797                       
04-Aug-05 13:54paul           Bugnote Added: 0000800                       
04-Aug-05 13:54paul           Resolution               open => fixed       
04-Aug-05 13:54paul           Status                   assigned => resolved
======================================================================

Reply via email to