I had issues with this as well. Some SMTP servers, (gmail in our case)
would complain about duplicate MessageID (collision error). Not all
the time, but sometimes. Removing it worked fine, as our mail server
(postfix) would then insert its own unique value in there. If you
wanted to keep it in the God source you could change it to generata
UUID or something...
But in the end, we just removed it and received no more collision
errors.
/cody
On Jul 31, 5:56 am, aymerick <
ajeha...@gmail.com> wrote:
> The fake Message-Id in God::Contacts::Email causes an issue: I
> received the first mail, but all others are never received. Just
> removing it solves my problem.
>
> --- lib/god/contacts/email.rb 2008-07-30 09:16:18.000000000 +0200
> +++ lib/god/contacts/
email.rb.new 2008-07-31 14:50:53.000000000 +0200
> @@ -30,7 +30,6 @@ From: god <#{self.message_settings[:from
> To: #{name} <#{email}>
> Subject: [god] #{message}
> Date: #{Time.now.httpdate}
> -Message-Id: <
unique.message.id.str...@example.com>