projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e28061
)
"Unfix" Bug 1957...this isn't the solution
author
Malcolm Davenport
<malcolmd@digium.com>
Wed, 30 Jun 2004 18:11:56 +0000
(18:11 +0000)
committer
Malcolm Davenport
<malcolmd@digium.com>
Wed, 30 Jun 2004 18:11:56 +0000
(18:11 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3366
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_voicemail.c
patch
|
blob
|
history
diff --git
a/apps/app_voicemail.c
b/apps/app_voicemail.c
index
2ea415a
..
48b8665
100755
(executable)
--- a/
apps/app_voicemail.c
+++ b/
apps/app_voicemail.c
@@
-833,12
+833,7
@@
static int sendmail(char *srcemail, struct ast_vm_user *vmu, int msgnum, char *m
time_t t;
struct tm tm;
struct vm_zone *the_zone = NULL;
-
- if (vmu && (strchr(vmu->email, '@') == NULL)) {
- ast_log(LOG_WARNING, "Invalid e-mail address %s. E-mail will not be sent.\n", vmu->email);
- return(0);
- }
-
+
if (!strcmp(format, "wav49"))
format = "WAV";
ast_log(LOG_DEBUG, "Attaching file '%s', format '%s', uservm is '%d', global is %d\n", attach, format, attach_user_voicemail, attach_voicemail);