Hi,
I have one system on which if I have a .procmailrc, and I open mail, and
then quit out, the subject line
of my mail is lost. I've attached a session which illustrates the
difference.
I've noticed that the size of the mail changes by 2/11 when procmail
runs and the subject vanishes,
and 1/10 when there is no procmailrc. On my other systems where I don't
have this problem, it is always 1/10.
The difference in /var/spool/mail/guest (before and after quiting out of
mail) without procmail is:
00000000: 5374 6174 7573 3a20 4f0a Status: O.
with procmail it is:
00000000: 5374 6174 7573 3a20 4f0a 0a Status: O..
I am running the testing distribution on both working and non-working
system.
Any ideas on how to fix this would be greatly appreciated.
Thanks in advance.
--Len
[EMAIL PROTECTED]:~$ ls -al .procmailrc
-rw-r--r-- 1 guest guest 0 Feb 21 22:30 .procmailrc
[EMAIL PROTECTED]:~$ echo hi | mail -s guest guest
[EMAIL PROTECTED]:~$ mail
Mail version 8.1.2 01/15/2001. Type ? for help.
"/var/spool/mail/guest": 1 message 1 new
>N 1 [EMAIL PROTECTED] Thu Feb 21 22:30 16/499 guest
& x
[EMAIL PROTECTED]:~$ mail
Mail version 8.1.2 01/15/2001. Type ? for help.
"/var/spool/mail/guest": 1 message 1 new
>N 1 [EMAIL PROTECTED] Thu Feb 21 22:30 16/499 guest
& q
Held 1 message in /var/spool/mail/guest
[EMAIL PROTECTED]:~$ mail
Mail version 8.1.2 01/15/2001. Type ? for help.
"/var/spool/mail/guest": 1 message 1 unread
>U 1 [EMAIL PROTECTED] Thu Feb 21 22:30 18/510
& d
& [EMAIL PROTECTED]:~$ rm .procmailrc
[EMAIL PROTECTED]:~$ ls -al .procmailrc
ls: .procmailrc: No such file or directory
[EMAIL PROTECTED]:~$ echo hi | mail -s guest guest
[EMAIL PROTECTED]:~$ mail
Mail version 8.1.2 01/15/2001. Type ? for help.
"/var/spool/mail/guest": 1 message 1 new
>N 1 [EMAIL PROTECTED] Thu Feb 21 22:31 14/414 guest
& q
Held 1 message in /var/spool/mail/guest
[EMAIL PROTECTED]:~$ mail
Mail version 8.1.2 01/15/2001. Type ? for help.
"/var/spool/mail/guest": 1 message 1 unread
>U 1 [EMAIL PROTECTED] Thu Feb 21 22:31 15/424 guest
& Held 1 message in /var/spool/mail/guest
[EMAIL PROTECTED]:~$