aboutsummaryrefslogtreecommitdiff
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* Take nullmailer's sendmail and mailq out from ${LOCALBASE}/(bin|sbin).Clive Lin2002-11-247-26/+124
| | | | | | | | | | | | | | The reason is strong. A quote from submitter: In current state choose of native or nullmailer's sendmail/mailq depends on order of paths in $PATH instead of sysadmins choose. (/etc/mail/mail.conf in general case) PR: ports/45152 Submitted by: "."@babolo.ru Notes: svn path=/head/; revision=71024
* Fix a possible denial of service vulnerability.Clive Lin2002-11-243-0/+35
| | | | | | | | | | | | | | | | | After this patch, the action of piping mails out won't stop, even if all of your mails were failed to deliver. Nullmailer itself will keep throwing mails to smart relay as long as there're incoming mails, no matter how broken the recipients of the previous mails. Still leave this port in FORBIDDEN state until I address PR ports/45152 Obtained from: http://www.debian.org/security/2002/dsa-198 Noted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=70990
* fix typoYen-Ming Lee2002-11-241-1/+1
| | | | | | | Noticed by: Joe Marcus Clarke <marcus@FreeBSD.org> Notes: svn path=/head/; revision=70962
* Add the FreeBSD GNOME Project News RDF link to the My Evolution news feedsJoe Marcus Clarke2002-11-244-14/+16
| | | | | | | list. Bump PORTREVISION. Notes: svn path=/head/; revision=70957
* Remove output messages of debug() in Razor2::Signature::Ephemeral which willYen-Ming Lee2002-11-243-0/+13
| | | | | | | | | | add extra junk on the front of all emails and break Mail::SpamAssassin. Noticed by: Roddie Hasan <roddie@krweb.net> Mark Jones <mlist@hackerjones.org> Notes: svn path=/head/; revision=70956
* new port: mail/gkrellmailwatch2Edwin Groothuis2002-11-246-0/+38
| | | | | | | | | | | A plugin for gkrellm, that watches in multiple mailboxes for new mail PR: ports/45661 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=70943
* fix 2 omissions in my previous commit.Yen-Ming Lee2002-11-242-0/+20
| | | | | | | | | | | 1. add Text-Iconv into RUN_DEPENDS 2. replace suidperl with perl Noticed by: Vitor de Matos Carvalho <vitor@softinfo.com.br> Markus Wennrich <nick@schoko.org> Notes: svn path=/head/; revision=70936
* Maintainer update.Alan Eldridge2002-11-238-292/+352
| | | | | | | | | | | | - move the manual to a proper location ($DOCSDIR [/usr/X11R6/share/doc/sylpheed] instead of /usr/X11R6/share/sylpheed) - install manual and faq only if NOPORTDOCS isn't specified PR: 45654 Submitted by: maintainer Notes: svn path=/head/; revision=70903
* upgrade to openwebmail-1.80Yen-Ming Lee2002-11-233-104/+667
| | | | | | | | Reviewed by: ijliao (mentor) Approved by: ijliao (mentor) Notes: svn path=/head/; revision=70887
* upgrade to razor-agents-2.21Yen-Ming Lee2002-11-233-5/+15
| | | | | | | | | Submitted by: Sheldon Hearn <sheldonh@FreeBSD.org> Reviewed by: ijliao (mentor) Approved by: ijliao (mentor) Notes: svn path=/head/; revision=70885
* Update maintainer emailMario Sergio Fujikawa Ferreira2002-11-231-1/+1
| | | | Notes: svn path=/head/; revision=70877
* Remove maintainers with undeliverable email addresses.Kris Kennaway2002-11-231-1/+1
| | | | Notes: svn path=/head/; revision=70805
* Maintainer update to version 2.26Edwin Groothuis2002-11-222-2/+2
| | | | | | | | PR: ports/45504 Submitted by: Andrey V. Pevnev <andrey@mgul.ac.ru> Notes: svn path=/head/; revision=70784
* Maintainer update to revision 0.8.0_2Edwin Groothuis2002-11-224-2/+116
| | | | | | | | PR: ports/45587 Submitted by: Matthias Andree <matthias.andree@web.de> Notes: svn path=/head/; revision=70777
* Make soup optional in gtkhtml. In doing this, we have to make sure soup isJoe Marcus Clarke2002-11-222-2/+4
| | | | | | | | | | | | | | | | | a dependency of Evolution, so don't count on getting it from gtkhtml. The reason for this is fear that the underlying soup protocol, SOAP is inherently insecure. Thus far, however, there have been no advisories or exploits, and the one soup user, Evolution does not appear to have any SOAP-based security holes. See the following for more information: http://www.xml.com/pub/a/2002/02/27/security-lather.html http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service11212001.asp Requested by: Scott A. Moberly <smoberly@karamazov.org> Notes: svn path=/head/; revision=70762
* Add missing RUN_DEPENDS, bump PORTREVISION.Anton Berezin2002-11-211-0/+2
| | | | | | | | PR: 43917 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=70680
* Update to latest snapshotDavid W. Chapman Jr.2002-11-2154-1054/+52
| | | | | | | | | | Remove patches and use REINPLACE_CMD where possible PR: 45527 Submitted by: maintainer Notes: svn path=/head/; revision=70673
* Mark FORBIDDEN until I fix a long standing bug, which is noted as aClive Lin2002-11-201-0/+2
| | | | | | | | | | | | vulnerability. No trojan, no privilege gain. Because nullmailer is not DSN aware, it has nothing to do if the smart relay refuses to relay correctly. Stopping itself in such condition is a bug, or not a proper feature. On bugtraq, it's a vulnerability anyway. Notes: svn path=/head/; revision=70601
* upgrade to 0.7.1Ying-Chieh Liao2002-11-202-2/+2
| | | | | | | | PR: 45389 Submitted by: maintainer Notes: svn path=/head/; revision=70562
* Update to 0.4Tilman Keskinoz2002-11-192-2/+2
| | | | | | | PR: 43449 Notes: svn path=/head/; revision=70509
* Unbreak the build on -CURRENT.Clive Lin2002-11-181-0/+11
| | | | | | | Noted by: kris Notes: svn path=/head/; revision=70410
* Upgrade to 1.51.Jun Kuriyama2002-11-183-3/+2
| | | | | | | | | | | | | From ChangeLog: - Removed the possibility to use 'mailx', which was the default: removal from the detectionn routines and Mail/Mailer/mail.pm. Strongly suggested by [Sebastian Krahmer] PR: ports/45266 Submitted by: Phil Pennock <pdp@nl.demon.net> Notes: svn path=/head/; revision=70364
* Pass maintainership for these ports to ports@.Jun Kuriyama2002-11-181-1/+1
| | | | | | | Domain of former maintainer is not exist. Notes: svn path=/head/; revision=70360
* Add a missing build dependency on Perl.Joe Marcus Clarke2002-11-181-0/+1
| | | | | | | | PR: 45380 Submitted by: maintainer Notes: svn path=/head/; revision=70358
* Maintainer update to version 0.65Edwin Groothuis2002-11-173-4/+6
| | | | | | | | PR: ports/45366 Submitted by: Mike Meyer <mwm@mired.org> Notes: svn path=/head/; revision=70335
* upgrade to version 0.7.0SADA Kenji2002-11-173-4/+7
| | | | | | | | PR: ports/45350 Submitted by: maintainer Notes: svn path=/head/; revision=70292
* Resurrection of port devel/pearSADA Kenji2002-11-176-0/+50
| | | | | | | | PR: ports/44473 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=70285
* Make p5-Mail-Audit building again.Edwin Groothuis2002-11-171-1/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=70282
* Taking of maintainershipEdwin Groothuis2002-11-161-1/+1
| | | | | | | | PR: ports/45346 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=70272
* Maintainer update to version 1.0Edwin Groothuis2002-11-162-10/+5
| | | | | | | | PR: ports/45299 Submitted by: John Merryweather Cooper <coop9211@uidaho.edu> Notes: svn path=/head/; revision=70245
* Update to 2.1.10.Hajimu UMEMOTO2002-11-168-16/+16
| | | | Notes: svn path=/head/; revision=70232
* Maintainer update to version 0.8.0.1Edwin Groothuis2002-11-1616-0/+510
| | | | | | | | PR: ports/45238 Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=70229
* Fix building dependencies: SQL/Statement.pm is not in architecture directory.Edwin Groothuis2002-11-161-1/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=70227
* Apply a patch to avoid coredump on platforms where sizeof(int) !=Akinori MUSHA2002-11-154-0/+24
| | | | | | | | | sizeof(long). Obtained from; [ruby-list:36492] Notes: svn path=/head/; revision=70200
* Update to 0.8.6Tilman Keskinoz2002-11-158-8/+8
| | | | | | | | PR 45310 Submitted by: maintainer Notes: svn path=/head/; revision=70178
* upgrade to 0.23Ying-Chieh Liao2002-11-152-2/+2
| | | | | | | | | PR: 45284 Submitted by: markun@onohara.to Approved by: maintainer Notes: svn path=/head/; revision=70177
* Give up maintainership of these ports since I don't have time. Quanta goes toAlan Eldridge2002-11-152-2/+2
| | | | | | | kde@, all the rest are up for grabs to the most masochistic bidder. Notes: svn path=/head/; revision=70143
* Update to 3.6.3Tilman Keskinoz2002-11-144-19/+13
| | | | | | | This fixes the on-mouse-over crash reported by many. Notes: svn path=/head/; revision=70097
* Use standard PORTDOCS in PLIST_SUB instead of rolling our own, andKris Kennaway2002-11-134-26/+14
| | | | | | | fix a syntax error in post-install target Notes: svn path=/head/; revision=70072
* Expand out %%DOCSDIR%% to share/doc/bogofilter since DOCSDIR is notKris Kennaway2002-11-132-32/+32
| | | | | | | | passed via PLIST_SUB (and is not a suitable variable to use in pkg-plist anyway). This fixes the pkg-plist Notes: svn path=/head/; revision=70067
* Update to 1.5.0.Pete Fritchman2002-11-135-16/+18
| | | | | | | | PR: 44746 Submitted by: Nick Hilliard <nick@foobar.org> Notes: svn path=/head/; revision=70057
* remove obsolete dirDirk Meyer2002-11-131-6/+0
| | | | Notes: svn path=/head/; revision=70000
* Commit the patch that fixes SSL support...ugh.Joe Marcus Clarke2002-11-122-12/+38
| | | | Notes: svn path=/head/; revision=69943
* Fix SSL support.Joe Marcus Clarke2002-11-122-0/+2
| | | | Notes: svn path=/head/; revision=69942
* Bump PORTREVISION after the gtkhtml version bump.Joe Marcus Clarke2002-11-121-0/+1
| | | | Notes: svn path=/head/; revision=69934
* Update to 1.2.0. This is a big release, and I don't want to polute theJoe Marcus Clarke2002-11-1244-606/+638
| | | | | | | | | | | the CVS log with all the details. However, almost every aspect has been touched. Note, that this is still a GNOME 1.x application! More info on the features can be found at Ximian: http://www.ximian.com/products/evolution/ Notes: svn path=/head/; revision=69932
* upgrade to 0.8.4Ying-Chieh Liao2002-11-112-2/+2
| | | | | | | | PR: 45218 Submitted by: maintainer Notes: svn path=/head/; revision=69915
* unbreak aspell supportYing-Chieh Liao2002-11-112-6/+8
| | | | | | | | PR: 45194 Submitted by: maintainer Notes: svn path=/head/; revision=69909
* add bogofilter 0.8.0Ying-Chieh Liao2002-11-1111-0/+133
| | | | | | | | | | Fast, teachable, learning spam detector PR: 45190 Submitted by: Matthias Andree <matthias.andree@web.de> Notes: svn path=/head/; revision=69905
* upgrade to 0.64Ying-Chieh Liao2002-11-113-3/+4
| | | | | | | | PR: 45175, 45177 Submitted by: Sergei Kolobov <sergei@kolobov.com>, maintainer Notes: svn path=/head/; revision=69899