Matt Boersma wrote:
> In reviewing bug #5579 (see http://code.djangoproject.com/ticket/5579),
> I discovered I never receive the confirmation email from Trac at
> http://www.djangoproject.com/accounts/register/.  I've tried four
> times since Sunday, using two email addresses in different domains.  I
> can't actually verify that Trac is mistakenly sending from
> "[EMAIL PROTECTED]" because I never get the email, and my hunch is
> it's not being sent.  Otherwise I'd see that it was spam-filtered by
> one of my ISPs.

Yeah, it's currently using "[EMAIL PROTECTED]" as the SMTP FROM 
address. My SMTP server refused it with: "sender verify fail for 
<[EMAIL PROTECTED]>: Unrouteable address"

Before the move I tried creating an account during the sprint and it was 
then using "[EMAIL PROTECTED]", but when doing a 
callback verification, the pam.servers.ljworld.com server said there was 
no such address and it was refused as spam then too.

It really should be adjusted to use an address with at least a valid 
domain-name, and if that host does do SMTP it should accept mail for 
that address even if it just blackholes it.

Do unconfirmed accounts get purged or is there a way to get it to 
re-send confirmations?  Seems each attempt will require a different 
e-mail address and userid - I'd hate to spam the database trying to get 
something to work.

        Barry

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to