[imp] qmail and no subject-line from imp
Manfred Schwarb
manfred99 at gmx.ch
Sun Oct 10 12:31:50 PDT 2004
Hi,
I got an answer from my provider:
"Mails without subject line are often spam and therefore
catched by the spam filter. But we will check our spam configuration."
Meanwhile, I found the problem in IMP (3.2.6):
--- compose.php.orig 2004-10-10 19:05:28.000000000 +0000
+++ compose.php 2004-10-10 19:18:56.000000000 +0000
@@ -856,6 +856,8 @@
$subject = Horde::getFormData('subject');
if (!empty($subject)) {
$headers['Subject'] = $subject;
+ } else {
+ $headers['Subject'] = '';
}
if (($ref = Horde::getFormData('references'))) {
$headers['References'] = $ref;
This does it for me.
Please apply, it does no harm and many other MUA behave
like this as well.
regards,
Manfred
>
> > Quoting Manfred Schwarb <manfred99 at gmx.ch>:
> >
> > > IMP (3.2.6) does not:
> > > Omitted subject results in omitted subject-line in the mail header.
> > > Is this intentional?
> >
> > Yes. Making it impossible for the user to send a message with no subject
> > is
> > annoying and unnecessary.
> >
> > -chuck
>
> Perhaps I was not clear enough, sorry.
> It is the other way round, in the current configuration of
> this strangely configured qmail (I already complained to the provider),
> it is not possible to send emails with IMP without an Subject.
> But the same email using Eudora works.
> And I want to be able to send emails without subject...
>
>
> The received header from IMP:
> Received: from 192.168.99.14 ([192.168.99.14])
> by aaa.bbb.ch (IMP) with HTTP
> for <schwarb at 127.0.0.1>; Tue, 5 Oct 2004 15:32:54 +0200
> Message-ID: <1096983174.4162a2860ab98 at bbb.ch>
> Date: Tue, 5 Oct 2004 15:32:54 +0200
> From: Manfred Schwarb <schwarb at bbb.ch>
> To: info at bbb.ch
> MIME-Version: 1.0
> Content-Type: text/plain; charset=iso-8859-1
> Content-Transfer-Encoding: 8bit
> User-Agent: Internet Messaging Program (IMP) 3.2.6
> X-Originating-IP: 192.168.99.14
>
>
> When using Eudora:
> Received: from aaa.bbb.ch (HELO aaa.bbb.ch) (192.168.99.14)
> by aaa.bbb.ch with SMTP; 7 Oct 2004 15:28:33 -0000
> Message-Id: <5.2.1.1.2.20041007172816.01c71f08 at bbb.ch>
> X-Sender: schwarb at bbb.ch
> X-Mailer: QUALCOMM Windows Eudora Version 5.2.1
> Date: Thu, 07 Oct 2004 17:28:24 +0200
> To: info at bbb.ch
> From: Manfred Schwarb <schwarb at bbb.ch>
> Subject:
> Mime-Version: 1.0
> Content-Type: text/plain; charset="iso-8859-1"
>
>
> See the "Subject:" line? This email passed, the former bounced.
> The right solution is to fix the qmail configuration, of course.
>
> And I don't claim IMP is wrong, I just wondered if there
> could be a reason why Eudora inserts an "Subject:" line ...
>
>
> regards
> Manfred
>
> >
> > --
> > "But she goes not abroad in search of monsters to destroy." - John
> > Quincy Adams
> > --
> > IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: imp-unsubscribe at lists.horde.org
> >
>
> --
> GMX ProMail mit bestem Virenschutz http://www.gmx.net/de/go/mail
> +++ Empfehlung der Redaktion +++ Internet Professionell 10/04 +++
>
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
--
GMX ProMail mit bestem Virenschutz http://www.gmx.net/de/go/mail
+++ Empfehlung der Redaktion +++ Internet Professionell 10/04 +++
More information about the imp
mailing list