aboutsummaryrefslogtreecommitdiff
path: root/mail/ask
Commit message (Collapse)AuthorAgeFilesLines
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Cleanup plistAntoine Brodin2014-11-221-2/+0
| | | | Notes: svn path=/head/; revision=373086
* - Convert ports of mail/ to new USES=pythonMarcus von Appen2014-10-211-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371330
* In some straightforward situations, protect examples behind PORTEXAMPLES,Adam Weinberger2014-08-062-14/+14
| | | | | | | | adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances, correct examples being controlled by the DOCS option. Notes: svn path=/head/; revision=364152
* - Add staging supportPawel Pekala2014-06-012-18/+14
| | | | | | | - Convert to new options framework Notes: svn path=/head/; revision=356130
* - Return almost all of my ports back to the pool. I have no time to make anyMarcelo Araujo2013-11-291-1/+1
| | | | | | | necessary fixes on them for the past months. Notes: svn path=/head/; revision=335151
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Fix the pkg-descr entry.Marcelo Araujo2011-02-272-6/+5
| | | | | | | - Remove deprecated MD5. Notes: svn path=/head/; revision=269925
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Change my mail address to araujo@.Marcelo Araujo2007-06-291-1/+1
| | | | | | | Approved by: stas (mentor) Notes: svn path=/head/; revision=194470
* - change maintainer's emailCheng-Lung Sung2006-09-301-1/+1
| | | | | | | | PR: ports/103839 Submitted by: maintainer (Marcelo Araujo) Notes: svn path=/head/; revision=174128
* - Update to 2.5.3Renato Botelho2006-08-304-78/+67
| | | | | | | | | | | | | | | | | | - Install manpages appropiately - Garantee correct permissions by using INSTALL - Fix script headers and dir location to allow ASK to find it's libs/configuration files. - Add pkg-message to point user to setup information - Install documentation with correct permissions - Install util/asksenders script to bin directory, fix it also for library paths/python path. PR: ports/101717 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Approved by: maintainer timeout (21 days) Notes: svn path=/head/; revision=171659
* Update to 2.5.0Marcus Alves Grando2005-11-274-9/+15
| | | | | | | | | | | Add SHA256 Change maintainer's email PR: 89579 Submitted by: Marcelo Araujo <araujobsd@hotmail.com> (maintainer) Notes: svn path=/head/; revision=149694
* ASK takes advantage of the fact that most spammers use invalid or fakePav Lucistnik2005-11-114-0/+104
"From:" address in their messages. When a new message arrives and the sender is unknown, ASK sends a "confirmation message" back, informing the sender that the original message has been queued, pending confirmation. When the sender confirms (a simple reply), ASK delivers the original message and adds the sender to a "whitelist". Further messages from this sender will be immediately delivered. It is also possible to ignore messages based on specific criteria, like sender's email, subject and so on. PR: ports/88422 Submitted by: Marcelo Araujo <araujobsd@hotmail.com> Notes: svn path=/head/; revision=147982