~ubuntu-branches/ubuntu/precise/exim4/precise-security

« back to all changes in this revision

Viewing changes to debian/patches/36_typoinexipick.diff

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2010-07-25 02:00:42 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100725020042-bk1uw1p7ysmnsn9f
Tags: 4.72-1ubuntu1
* Merge with Debian unstable (LP: #609620). Remaining changes:
  + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
    Improve handling of broken messages when "exim4 -bp" (mailq) reports
    lines without size info.
  + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
    the default.
  + debian/control: Change build dependencies to MySQL 5.1.
  + debian/{control,rules}: add and enable hardened build for PIE
    (Closes: #542726).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
http://bugs.exim.org/show_bug.cgi?id=942
2
 
 
3
 
Thank you, lintian.
4
 
 
5
 
diff --git a/src/exipick.src b/src/exipick.src
6
 
index 85372db..b278f03 100644
7
 
--- a/src/exipick.src
8
 
+++ b/src/exipick.src
9
 
@@ -1657,7 +1657,7 @@ The epoch time at which the message was received.
10
 
 
11
 
 =item S # $recipients
12
 
 
13
 
-The list of envelope recipients for a message.  Unlike Exim's version, this variable always contains every recipient of the message.  The recipients are seperated by a comma and a space.  See also $each_recipients.
14
 
+The list of envelope recipients for a message.  Unlike Exim's version, this variable always contains every recipient of the message.  The recipients are separated by a comma and a space.  See also $each_recipients.
15
 
 
16
 
 =item N . $recipients_count
17