Re: [vchkpw] duplicate valias entries

2003-08-27 Thread Jeff Hedlund
Chris Ochap wrote:
I have noticed that you can create the same alias multiple times.

[EMAIL PROTECTED] root]# valias -s aptedtech.com
[EMAIL PROTECTED] -> [EMAIL PROTECTED]
[EMAIL PROTECTED] -> [EMAIL PROTECTED]
[EMAIL PROTECTED] -> [EMAIL PROTECTED]
When a message is delivered to [EMAIL PROTECTED], 3 copies show up for
[EMAIL PROTECTED]  I do not know if there is some logic behind
this, but it makes sense to me to disallow creating an alias that
already exists just the same as you would disallow creation of an e-mail
address that already exists.  I guess this is a feature request or even
a bug report.  Thanks all.
Well, valias needs to be able to have multiple aliases so that you can 
send to multiple addresses.

Consider:

> valias -s aptedtech.com
[EMAIL PROTECTED] -> [EMAIL PROTECTED]
[EMAIL PROTECTED] -> [EMAIL PROTECTED]
etc.

But it may make sense to check to see if there is already a SOURCE -> 
DESTINATION, and not allow that.

Jeff





[vchkpw] duplicate valias entries

2003-08-27 Thread Chris Ochap
I have noticed that you can create the same alias multiple times.

[EMAIL PROTECTED] root]# valias -s aptedtech.com
[EMAIL PROTECTED] -> [EMAIL PROTECTED]
[EMAIL PROTECTED] -> [EMAIL PROTECTED]
[EMAIL PROTECTED] -> [EMAIL PROTECTED]

When a message is delivered to [EMAIL PROTECTED], 3 copies show up for
[EMAIL PROTECTED]  I do not know if there is some logic behind
this, but it makes sense to me to disallow creating an alias that
already exists just the same as you would disallow creation of an e-mail
address that already exists.  I guess this is a feature request or even
a bug report.  Thanks all.

-Chris