Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
e58886a7
...
e58886a7b30f90aff8498afecee705fc27a13b3a
authored
2002-10-15 09:11:18 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
New tests: parse non-quoted phrase containing dots.
1 parent
ac03d720
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
mailbox/testsuite/Addrs
mailbox/testsuite/Addrs
View file @
e58886a
...
...
@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
test
.
abc <sascha@silbe.org>=> error MU_ERR_BAD_822_FORMAT
test
;
abc <sascha@silbe.org>=> error MU_ERR_BAD_822_FORMAT
Sam <@[matrix (smtp)], @[nexus: \[node 12\]]:sroberts@[10].[1]> ;=> error MU_ERR_BAD_822_FORMAT
...
...
@@ -628,4 +628,14 @@ whom it may concern: mutt-dev@mutt.org, mutt-users@mutt.org;=> pcount 2
2 email <mutt-users@mutt.org>
local-part <mutt-users> domain <mutt.org>
# NOTE: This file must end with an empty line
\ No newline at end of file
Sergey V. Poznyakoff <gray@gnu.org>=> pcount 1
1 email <gray@gnu.org>
personal <Sergey V. Poznyakoff>
local-part <gray> domain <gnu.org>
P. D. Q. Bach <bach@somewhere.org>=> pcount 1
1 email <bach@somewhere.org>
personal <P. D. Q. Bach>
local-part <bach> domain <somewhere.org>
# NOTE: This file must end with an empty line
...
...
Please
register
or
sign in
to post a comment