diff options
author | 2010-04-19 15:37:02 -0700 | |
---|---|---|
committer | 2010-04-19 15:37:02 -0700 | |
commit | 3944a53b67f20592b960f03c65d9ff2b490f58fb (patch) | |
tree | ec32bdc6e9d74b16498c5d57fd939da7f7350054 /email_in.pl | |
parent | Bug 560215: maxattachmentsize = 0 means that you cannot attach any file to bugs (diff) | |
download | bugzilla-3944a53b67f20592b960f03c65d9ff2b490f58fb.tar.gz bugzilla-3944a53b67f20592b960f03c65d9ff2b490f58fb.tar.bz2 bugzilla-3944a53b67f20592b960f03c65d9ff2b490f58fb.zip |
Bug 559573: Update the POD of email_in.pl to reflect its actual,
correct capabilities for 3.6.
r=LpSolit, a=LpSolit
Diffstat (limited to 'email_in.pl')
-rwxr-xr-x | email_in.pl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/email_in.pl b/email_in.pl index 15dfcb728..38ff17cc5 100755 --- a/email_in.pl +++ b/email_in.pl @@ -536,8 +536,6 @@ not send you anything. If any part of your request fails, all of it will fail. No partial changes will happen. -There is no attachment support yet. - =head1 CAUTION The script does not do any validation that the user is who they say @@ -548,10 +546,6 @@ and only allow access to the inbound email system from people you trust. =head1 LIMITATIONS -Note that the email interface has the same limitations as the -normal Bugzilla interface. So, for example, you cannot reassign -a bug and change its status at the same time. - The email interface only accepts emails that are correctly formatted per RFC2822. If you send it an incorrectly formatted message, it may behave in an unpredictable fashion. |