Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I find some garbage values in the from field of email sent from contact us page in webmail(as in the image From= field below in the top left in which "F" is cut-off by mistake). I've configured correctly as we do in D6.

I've also sent email from my webmail account from the same email account and it's ok.

This site is the latest version( 1 month old only).

Here I'm pasting what is seen in the image in text:

From: =?UTF-8?B?Ij0/VVRGLTg/Qj9RV1J0YVhOemFXOXVJRU52ZFhKelpYTWdTVzVrYVdFaElPQ2s=?=

This snapshot is from Thunderbird email client:

enter image description here

Looks like it is appearing from this(snippet from the email headers ):

........ X-Mailer: Drupal Webform (PHP/5.3.23) From: =?UTF-8?B?Ij0/VVRGLTg/Qj9RV1J0YVhOemFXOXVJRU52ZFhKelpYTWdTVzVrYVdFaElPQ2s=?= =?UTF-8?B?cXVDbGplQ2tzT0NrdGVDbGgrQ2t0aURncEtvPT89CiA9P1VURi04P0I/NEtTKzQ=?= =?UTF-8?B?S1NnNEtXTjRLU3Y0S1NWNEtXTjRLU3c0S1N1SU9Da3JlQ2t2dUNrc09Da3BDRGc=?= =?UTF-8?B?cEs3Z3BZZmdwSUk9Pz0iIDxjb250YWN0dXNAYWRtaXNzaW9uY291cnNlcy5jb20=?= =?UTF-8?B?Pg==?=

I've Googled too but did not find any similar issue anywhere else.

Am I missing anything?

share|improve this question
1  
This looks like base-64 encoded data sent as possible spam/attack. I could be wrong though. I'd suggest putting captcha on your form. – Cravecode May 8 at 17:29

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.