diff --git a/dnf5-plugins/automatic_plugin/emitters.cpp b/dnf5-plugins/automatic_plugin/emitters.cpp index bbd8ec90a..f9223c7ea 100644 --- a/dnf5-plugins/automatic_plugin/emitters.cpp +++ b/dnf5-plugins/automatic_plugin/emitters.cpp @@ -222,6 +222,8 @@ void EmitterEmail::notify() { curl_easy_setopt(curl, CURLOPT_UPLOAD, 1L); + curl_easy_setopt(curl, CURLOPT_CRLF, 1L); + res = curl_easy_perform(curl); fclose(payload_file); if (res != CURLE_OK) {