File: messages.user.en

package info (click to toggle)
barrendero 1.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 96 kB
  • ctags: 2
  • sloc: sh: 329; makefile: 58
file content (20 lines) | stat: -rw-r--r-- 1,048 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file contains the messages to be sent to the user
# if his/her mail folder is affected. 

# Languaje: ENGLISH
# Suffix: en


$mailsubject_user="Message from the mail administrator";
	 
$report_user_heading="Dear ${user}!\n\nThis is an automatic message from the mail storage\nsystem. There has been decided that the messages waiting at the\nspool directory for being retrieved  will be deleted\nautomatically after $DELAGE days. You will be\nwarned when the message reaches $WARNAGE days old.\n\nIn your particular case, you have got ${totalold}\nmessages older than $WARNAGE days, and ${totaldel} of them are older\nthan $DELAGE days. This is the extract of their headers:\n\n";

$report_user_line_warn=" ***> From: ${from} ***> Subject: ${subj} ***> Date:${msgdate} ***> Days old: ${msgage}\n\n";

$report_user_line_deleted="From: ${from}Subj: ${subj} Date:${msgdate} Age: ${msgage} days  *** This message has been deleted ***.\n\n";


$report_user_tail="\n\nRegards:\n              The mail administrator\n\n\n";


# End of messages file