Hi Stevan,

> Does FreeBSD offer a possibility to add the files there without the
> .sample extension? 
I have not seen it before.
> But add the files only without .sample extension
> if the files are not already there. If the end user already has them
> there then offer some mechanism to merge the change with his version
> (or offer him a way to remove the new installed files)?
We can write something about this in pkg-message file which is displayed on the 
screen
after the installation.

Here is the current pkg-message file. Do you want to make an update?

# more pkg-message 
-------------------------------------------------------------------------------
 Reporting problems, asking questions:
 - FreeBSD specific port-related problems/questions/paches: maintainer
(and ports@ if you fell the need); send-pr only if you get no timely reply
 - dspam specific questions: dspam/dspam-dev mailling list (maintainer cc'ed)
 - dspam specific patches: dspam/dspam-dev mailling list (maintainer cc'ed if)
 Please be sure to include in your email/pr relevant information such as:
 uname -a, dspam --version, %%_VAR_DIR%%/db/ports/%%PORTNAME%%/options, MTA 
setup.

Asking about updates or telling me there is one: not only I am active on the
mailing lists and IRC but I also track dspam CVS so I already know; either there
is a problem with the new version or I didn't have enough time to patch the port
and _test_ the new version; please report your succes/failure if you run the
new version or the cvs version.

%%CGI%% The CGI files had been installed in
%%CGI%% %%CGI_PATH%%
%%CGI%% Copy
%%CGI%% %%CGI_PATH%%/default.prefs.sample
%%CGI%% to
%%CGI%% %%CGI_PATH%%/default.prefs
%%CGI%% and edit it to your needs.
%%CGI%% Copy
%%CGI%% %%CGI_PATH%%/configure.pl.sample
%%CGI%% to
%%CGI%% %%CGI_PATH%%/configure.pl
%%CGI%% and edit it to your needs.
%%CGI%% If you symlink this file in %%DSPAM_HOME%%/
%%CGI%% an administrator can edit these options in the DSPAM Admin Suite.
%%CGI%% Define administrators by copying 
%%CGI%% %%CGI_PATH%%/admins.sample
%%CGI%% to
%%CGI%% %%CGI_PATH%%/admins 
%%CGI%% and edit the file to your needs. 
%%CGI%% If you have problems (after upgrading) check permissions.
%%DAEMON%%
%%DAEMON%% To enable the dspam deamon put dspam_enable="YES" in your
%%DAEMON%% /etc/rc.conf

 You'll find additional setup and upgrade instructions under
 %%DOCSDIR%%
and
 %%EXAMPLESDIR%%
------------------------------------------------------------------------------




>> 
>> Saturday, December 19, 2009, 12:10:55 AM, you wrote:
>> 
>> > These are not docs, they are the notification templates for users when
>> > certain conditions occur.... example
>> 
>> > =================================
>> > firstrun.txt
>> > =================================
>> > To: $...@configureme.com
>> > From: Technical Support <supp...@configureme.com>
>> > Subject: Spam Filtering is Active
>> 
>> > Dear Valued Customer,
>> 
>> > This email is to inform you that spam filtering has been activated on 
>> > this account and provide you with some basic instructions to assist in
>> > filtering spam from your email. The filtering software we are using is
>> > called DSPAM and is capable of dynamically learning your specific email
>> > behavior.  We have started you off with a pre-configured spam dictionary
>> > which will help filter a limited amount of spam immediately for you.  As
>> > you continue to receive email, your specific email patterns will be 
>> > learned by the spam software, which will result in increasing accuracy
>> > in catching spam. For this reason, it is important that you forward any
>> > spam you receive for this email account into the filtering software.  By
>> > forwarding your spam, the software is capable of learning from its 
>> > mistakes and will improve itself to do better next time.
>> 
>> > To forward a spam into the system, please use the 'Forward' button in 
>> > whatever email client you are using and send the spam to 
>> > $u-s...@configureme.com.  It is not necessary to provide an explanation
>> > of the message, as it will not be opened by a human, but processed by 
>> > the software. 
>> 
>> > The software also quarantines all messages that it believes are spam.
>> >  From time to time, you should check this quarantine to insure that it
>> > has not caught any legitimate email.  This too plays a significant role
>> > in the learning process.  To check your quarantine, use a web browser 
>> > and go to the following URL:
>> 
>> > http://www.yourdomain.com/dspam/
>> 
>> > You will be prompted for your username and password.  Use the same login
>> > and password you use to check your email.  From here, you can peruse 
>> > your quarantine box.  If any legitimate messages have been caught, click
>> > on the message and then click 'THIS IS NOT SPAM!'.  The message will 
>> > then be delivered and the software will re-learn so as not to make the
>> > same mistake next time.  Once you have marked any legitimate messages,
>> > you may delete the messages in your quarantine by clicking the 'DELETE
>> > ALL' button at the bottom of the page.
>> 
>> > Thank you, and please feel free to contact us if you have any questions.
>> 
>> > Technical Support
>> > supp...@configureme.com
>> > =================================
>> 
>> 
>> 
>> > Ismail YENIGUL wrote:
>> >>
>> >> Hi Paul,
>> >>
>> >>
>> >> Actually putting docs in /var directory is not allowed by FreeBSD file 
>> >> system layout (man 7 hier)
>> >>
>> >> It is better to put docs in /usr/local/share/doc/dspam directory.
>> >>
>> >> Do you agree with me?
>> >>
>> >> Is there any problem with installation of the port?
>> >>
>> >>
>> >> Thanks.
>> >>
>> >>
>> >> Friday, December 18, 2009, 7:01:12 PM, you wrote:
>> >>
>> >>
>> >> > Ismail YENIGUL wrote:
>> >>
>> >> >>
>> >>
>> >> >> Hi Paul,
>> >>
>> >> >>
>> >>
>> >> >>
>> >>
>> >> >> Please find the attached FreeBSD ports. I tested on FreeBSD 7.2 an 6.3 
>> >>
>> >> >> amd64 platform.
>> >>
>> >> >>
>> >>
>> >> >> Also you can download 
>> >>
>> >> >> from http://files.endersys.com/patches/dspam_fbsdport.tar.gz
>> >>
>> >> >>
>> >>
>> >> >>
>> >>
>> >> >> Can someone test it? If everything is OK, I will submit port update to 
>> >>
>> >> >> FreeBSD
>> >>
>> >> >>
>> >>
>> >> > Hi Ismail,
>> >>
>> >>
>> >> > I noticed that the firstrun.txt.sample, firstspam.txt.sample, 
>> >>
>> >> > quarantinefull.txt.sample files are copied to /var/db/dspam.  To make 
>> >>
>> >> > the notification works the files have to be copied to
>> >>
>> >>
>> >> > /var/db/dspam/txt/firstrun.txt
>> >>
>> >> > /var/db/dspam/txt/firstspam.txt
>> >>
>> >> > /var/db/dspam/txt/quarantinefull.txt
>> >>
>> >>
>> >> > notice the /txt/ directory.
>> >>
>> >>
>> >> > I think it would be better to create the /txt/ directory with the sample
>> >>
>> >> > files in it.
>> >>
>> >>
>> >> > The Dspam docs also need to be improved to make this clearer (i'll do 
>> >>
>> >> > that next)
>> >>
>> >>
>> >> > Kind regards,
>> >>
>> >> > Pc
>> >>
>> >>
>> >>
>> >>
>> >> --
>> >>
>> >> Ismail YENIGUL
>> >>
>> >> Endersys Ltd.
>> >>
>> >> Proje Yöneticisi / Project Manager
>> >>
>> >>
>> >> Phone :+90 216-4709423 | Mobile:+90 533 747 36 65
>> >>
>> >> Fax   :+90 216-4709508 | web: http://www.endersys.com.tr
>> >>
>> >> Blog:  http://blog.endersys.com Twitter: 
>> >>  http://www.twitter.com/endersys <http://www..twitter.com/endersys> 
>> >>
>> >> LPI: The #1 Linux Certification for IT Professionals
>> >>
>> >> LPI (Linux Professional Institute) Turkey http://www.lpi-turkey.com
>> >>
>> >> !DSPAM:100008,4b2bfc5f265994155710034! 
>> 
>> 
>> 
>> 
>> --
>> Ismail YENIGUL
>> Endersys Ltd.
>> Proje Yöneticisi / Project Manager
>> 
>> Phone :+90 216-4709423 | Mobile:+90 533 747 36 65
>> Fax   :+90 216-4709508 | web: http://www.endersys.com.tr
>> Blog:  http://blog.endersys.com Twitter:  http://www.twitter.com/endersys 
>> LPI: The #1 Linux Certification for IT Professionals
>> LPI (Linux Professional Institute) Turkey http://www.lpi-turkey.com

> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev 
> _______________________________________________
> Dspam-devel mailing list
> Dspam-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspam-devel



--
Ismail YENIGUL
Endersys Ltd.
Proje Yöneticisi / Project Manager

Phone :+90 216-4709423 | Mobile:+90 533 747 36 65
Fax   :+90 216-4709508 | web: http://www.endersys.com.tr
Blog:  http://blog.endersys.com Twitter:  http://www.twitter.com/endersys 
LPI: The #1 Linux Certification for IT Professionals
LPI (Linux Professional Institute) Turkey http://www.lpi-turkey.com
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Dspam-devel mailing list
Dspam-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-devel

Reply via email to