On Tue, Jan 18, 2005, Paul J Stevens <[EMAIL PROTECTED]> said: > I'm sending this to the dev list, where it belongs. Aaron, you're the > main man on this subject. Any ideas? > > Ewald Geschwinde wrote: >> Sorry that I write to you but I have a question whether this is a bug in >> the package or not? (dbmail-pgsql sarge testing 1.2.11) >> >> I have added the 2 entries in the alias table: >> >> 17 | [EMAIL PROTECTED] | [EMAIL PROTECTED] | 0 >> 20 | [EMAIL PROTECTED] | 15 | 0 >> >> from users table: >> >> 15 | [EMAIL PROTECTED] | >> 36 | [EMAIL PROTECTED] >> >> The following trace i try to send a mail to [EMAIL PROTECTED] and it is >> not forwarded to [EMAIL PROTECTED]
This is *almost* the same bug April Lorenzen reported two days ago, with the added feature that '[EMAIL PROTECTED]' is not really an external forward. If that address were also specified in the aliases table, then it would be recursively resolved to a useridnr. Since it is in the users table, that won't happen. So the message would be sent back to the MTA, which would re-deliver it into DBMail, at which point it would be found in the users table. So his bug should be alleviated by my patch, but with a little MTA twist. Aaron