openbsd-ports/mail/p5-Mail-Alias/patches/patch-Alias_pm
avsm c384652988 initial import of p5-Mail-Alias-1.12
--
This module allows direct manipulation of various types of e-mail
alias files.

The primary use of Mail::Alias is for manipulating alias files in
the SENDMAIL alias file format. Additionally it is possible to read
some other formats and to convert between various alias file formats.

The following actions are available:

o Set the name of the current aliases file being accessed
o Verify the presence of aliases
o Retrieve an alias line from the file
o Add aliases
o Change the addresses for aliases
o Delete aliases
2001-01-07 21:58:35 +00:00

22 lines
911 B
Plaintext

$OpenBSD: patch-Alias_pm,v 1.1.1.1 2001/01/07 21:58:35 avsm Exp $
--- Alias.pm.orig Sun Jan 7 21:28:02 2001
+++ Alias.pm Sun Jan 7 21:30:34 2001
@@ -684,7 +684,7 @@ sub write {
=head1 NAME
-Mail::Alias - Maniulates mail alias files of various formats. Works on files directly or loads files into memory and works on the buffer.
+Mail::Alias - Manipulates mail alias files of various formats. Works on files directly or loads files into memory and works on the buffer.
=head1 SYNOPSIS
@@ -738,7 +738,7 @@ Indicates the presence of the passed ali
=item B<expand ()>
Expands the passed alias into a list of addresses. Expansion properly handles
- :include: files, recursion, and continuation lines.Only works when memory
+ :include: files, recursion, and continuation lines. Only works when memory
access is being used. If the alias is not found in the object, you get back
what you sent.