Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 106795 | Differences between
and this patch

Collapse All | Expand All

(-)dcron/job.c (-1 / +1 lines)
Lines 30-36 Link Here
30
30
31
    if (mailFd >= 0) {
31
    if (mailFd >= 0) {
32
	line->cl_MailFlag = 1;
32
	line->cl_MailFlag = 1;
33
	fdprintf(mailFd, "To: %s\nSubject: cron: %s\n\n", 
33
	fdprintf(mailFd, "To: %s@localhost\nSubject: cron: %s\n\n", 
34
	    file->cf_User,
34
	    file->cf_User,
35
	    line->cl_Shell
35
	    line->cl_Shell
36
	);
36
	);

Return to bug 106795