Incoming Email...Missing?
Added by Brigette Swan almost 15 years ago
So I saw a note about getting a 422 error with incoming email, but my problem isn't quite the same I think.
This is through Postfix.
Processing MailHandlerController#index (for xxx.xxx.xxx.xxx at 2010-02-17 11:17:50) [POST] Parameters: {"no_permission_check"=>"1", "unknown_user"=>"accept", "allow_override"=>"", "issue"=>{"project"=>"xxxx", "tracker"=>"bug"}, "key"=>"xxxxxxxxxxx", "email"=>""}
The email field is literally blank, here, but the email outputs just fine if I simply send it to a file. I did notice, however, that do to some header quirk or something where I am, that the first line of an incoming email here looks like this:
From xxxxx@blah.com
It's missing the colon (:) that would probably tell Redmine what to set and what to do, I think.... Or if that doesn't matter, I'm quite stuck. I know the data is there, but the Mail Handler is ignoring it.
Anyone have a clue what I could do to fix this?
Replies (1)
RE: Incoming Email...Missing? - Added by Brigette Swan almost 15 years ago
Nevermind, we figured out the problem and it wasn't Redmine's doing. ^_~